Html Css Color HEX #E02242 Alizarin

📋 copy color: '#E02242'

red 224 ◦ green 34 ◦ blue 66

#E02242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #E02242

Tints of Alizarin #E02242

RGB

 RED value IS 224 (87.89% from 255) = 69.14%

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 69.14%
G = 10.49%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02242 (or 0xE02242) is known color: Alizarin. HEX triplet: E0, 22 and 42. RGB value is (224,34,66). Sum of RGB (Red+Green+Blue) = 224+34+66=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E02242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02242 is #1FDDBD. Grayscale: #5E5E5E. Windows color (decimal): -2088382 or 4334304. OLE color: 4334304.

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

Color convert

RGB 224 34 66 -
CMYK 0 0.85 0.71 0.12
HSL 349.89º 0.75% 0.51% -
HSV(B) 349.89º 0.85% 0.88% -
XYZ 32.3 17.38 6.81 -
YUV 94.46 111.95 220.4 -
System Red Green Blue C M Y K H S L
Decimal 224 34 66 0 0.85 0.71 0.12 349.89 0.75 0.51
Hex E0 22 42 0 55 47 C 15E 4B 33
Octal 340 42 102 0 125 107 14 536 113 63
Binary 11100000 100010 1000010 0 1010101 1000111 1100 101011110 1001011 110011

Color Harmonies of #E02242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02242

Black with #E02242

Text Example


Text Example

White with #E02242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02242; }

 p { color: rgb(224,34,66); }

 H1.HeaderClassName
 {
   color: #E02242;
 }
 .AnyTagClassName
 {
   color: #E02242;
 }
</style>

background-color css

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

 a { background-color: rgb(224,34,66); }

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

border-color css

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

 span { border-color: rgb(224,34,66); }

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