#E34E4E

Color #E34E4E Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #E34E4E

Tints of Valencia #E34E4E

Color information

#E34E4E (or 0xE34E4E) is unknown color: approx Valencia. HEX triplet: E3, 4E and 4E. RGB value is (227,78,78). Sum of RGB (Red+Green+Blue) = 227+78+78=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34E4E is #1CB1B1. Grayscale: #7A7A7A. Windows color (decimal): -1880498 or 5132003. OLE color: 5132003.

HSL color Cylindrical-coordinate representation of color #E34E4E: hue angle of 0º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34E4E is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2277878-
CMYK00.660.660.11
HSL72.68%59.8%-
HSV(B)65.64%89.02%-
XYZ35.7822.339.63-
YUV122.55102.86202.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 59.27%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=59.27%
G=20.37%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227787800.660.660.11072.6859.8
HexE34E4E04242B0493c
Octal343116116010210213011174
Binary1110001110011101001110010000101000010101101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34E4E; }

 p { color: rgb(227,78,78); }

 H1.HeaderClassName
 {
   color: #E34E4E;
 }
 .AnyTagClassName
 {
   color: #E34E4E;
 }
</style>
background-color css

<style>
 a { background-color: #E34E4E; }

 a { background-color: rgb(227,78,78); }

 div.DivClassName
 {
   background-color: #E34E4E;
 }
 .BgClassName
 {
   background-color: #E34E4E;
 }
</style>
border-color css

<style>
 span { border-color: #E34E4E; }

 span { border-color: rgb(227,78,78); }

 td.TdClassName
 {
   border-color: #E34E4E;
 }
 .TagClassName
 {
   border-color: #E34E4E;
 }
</style>