#E84042

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

Shades of Alizarin #E84042

Tints of Alizarin #E84042

Color information

#E84042 (or 0xE84042) is unknown color: approx Alizarin. HEX triplet: E8, 40 and 42. RGB value is (232,64,66). Sum of RGB (Red+Green+Blue) = 232+64+66=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E84042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E84042 is #17BFBD. Grayscale: #727272. Windows color (decimal): -1556414 or 4341992. OLE color: 4341992.

HSL color Cylindrical-coordinate representation of color #E84042: hue angle of 359.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84042 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB2326466-
CMYK00.720.720.09
HSL359.29º78.5%58.04%-
HSV(B)359.29º72.41%90.98%-
XYZ36.121.227.35-
YUV114.46100.66211.84-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 64.09%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=64.09%
G=17.68%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232646600.720.720.09359.2978.558.04
HexE840420484891674f3a
Octal35010010201101101154711772
Binary111010001000000100001001001000100100010011011001111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84042; }

 p { color: rgb(232,64,66); }

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

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

 a { background-color: rgb(232,64,66); }

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

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

 span { border-color: rgb(232,64,66); }

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