Html Css Color HEX #E02140 Alizarin

📋 copy color: '#E02140'

red 224 ◦ green 33 ◦ blue 64

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

Shades of Alizarin #E02140

Tints of Alizarin #E02140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 69.78%
G = 10.28%
B = 19.94%

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

#E02140 (or 0xE02140) is known color: Alizarin. HEX triplet: E0, 21 and 40. RGB value is (224,33,64). Sum of RGB (Red+Green+Blue) = 224+33+64=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E02140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02140 is #1FDEBF. Grayscale: #5D5D5D. Windows color (decimal): -2088640 or 4202976. OLE color: 4202976.

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

Color convert

RGB 224 33 64 -
CMYK 0 0.85 0.71 0.12
HSL 350.26º 0.75% 0.5% -
HSV(B) 350.26º 0.85% 0.88% -
XYZ 32.21 17.31 6.49 -
YUV 93.64 111.28 220.98 -
System Red Green Blue C M Y K H S L
Decimal 224 33 64 0 0.85 0.71 0.12 350.26 0.75 0.5
Hex E0 21 40 0 55 47 C 15E 4B 32
Octal 340 41 100 0 125 107 14 536 113 62
Binary 11100000 100001 1000000 0 1010101 1000111 1100 101011110 1001011 110010

Color Harmonies of #E02140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02140

Black with #E02140

Text Example


Text Example

White with #E02140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02140; }

 p { color: rgb(224,33,64); }

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

background-color css

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

 a { background-color: rgb(224,33,64); }

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

border-color css

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

 span { border-color: rgb(224,33,64); }

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