#E34E4B

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

Shades of Valencia #E34E4B

Tints of Valencia #E34E4B

Color information

#E34E4B (or 0xE34E4B) is unknown color: approx Valencia. HEX triplet: E3, 4E and 4B. RGB value is (227,78,75). Sum of RGB (Red+Green+Blue) = 227+78+75=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34E4B is #1CB1B4. Grayscale: #7A7A7A. Windows color (decimal): -1880501 or 4935395. OLE color: 4935395.

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

Color convert

RGB2277875-
CMYK00.660.670.11
HSL1.18º73.08%59.22%-
HSV(B)1.18º66.96%89.02%-
XYZ35.6722.299.08-
YUV122.21101.36202.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.74%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=59.74%
G=20.53%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227787500.660.670.111.1873.0859.22
HexE34E4B04243B1493b
Octal343116113010210313111173
Binary1110001110011101001011010000101000011101111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34E4B; }

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

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

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

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

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

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

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

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