#E02E41

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

Shades of Alizarin #E02E41

Tints of Alizarin #E02E41

Color information

#E02E41 (or 0xE02E41) is unknown color: approx Alizarin. HEX triplet: E0, 2E and 41. RGB value is (224,46,65). Sum of RGB (Red+Green+Blue) = 224+46+65=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E41 is #1FD1BE. Grayscale: #656565. Windows color (decimal): -2085311 or 4271840. OLE color: 4271840.

HSL color Cylindrical-coordinate representation of color #E02E41: hue angle of 353.6º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02E41 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB2244665-
CMYK00.790.710.12
HSL353.6º74.17%52.94%-
HSV(B)353.6º79.46%87.84%-
XYZ32.6718.186.79-
YUV101.39107.47215.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.87%
GREEN value IS 46 (18.36% from 255) = 13.73%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=66.87%
G=13.73%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224466500.790.710.12353.674.1752.94
HexE02E4104F47C1624a35
Octal3405610101171071454211265
Binary11100000101110100000101001111100011111001011000101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02E41; }

 p { color: rgb(224,46,65); }

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

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

 a { background-color: rgb(224,46,65); }

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

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

 span { border-color: rgb(224,46,65); }

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