Html Css Color HEX #E02038 Alizarin

📋 copy color: '#E02038'

red 224 ◦ green 32 ◦ blue 56

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

Shades of Alizarin #E02038

Tints of Alizarin #E02038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 56 (22.27% from 255) = 17.95%

R = 71.79%
G = 10.26%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E02038 (or 0xE02038) is known color: Alizarin. HEX triplet: E0, 20 and 38. RGB value is (224,32,56). Sum of RGB (Red+Green+Blue) = 224+32+56=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02038 is #1FDFC7. Grayscale: #5C5C5C. Windows color (decimal): -2088904 or 3678432. OLE color: 3678432.

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

Color convert

RGB 224 32 56 -
CMYK 0 0.86 0.75 0.12
HSL 352.5º 0.76% 0.5% -
HSV(B) 352.5º 0.86% 0.88% -
XYZ 31.97 17.17 5.37 -
YUV 92.14 107.61 222.05 -
System Red Green Blue C M Y K H S L
Decimal 224 32 56 0 0.86 0.75 0.12 352.5 0.76 0.5
Hex E0 20 38 0 56 4B C 160 4C 32
Octal 340 40 70 0 126 113 14 540 114 62
Binary 11100000 100000 111000 0 1010110 1001011 1100 101100000 1001100 110010

Color Harmonies of #E02038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02038

Black with #E02038

Text Example


Text Example

White with #E02038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02038; }

 p { color: rgb(224,32,56); }

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

background-color css

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

 a { background-color: rgb(224,32,56); }

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

border-color css

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

 span { border-color: rgb(224,32,56); }

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