Html Css Color HEX #EA2137 Alizarin

📋 copy color: '#EA2137'

red 234 ◦ green 33 ◦ blue 55

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

Shades of Alizarin #EA2137

Tints of Alizarin #EA2137

RGB

 RED value IS 234 (91.8% from 255) = 72.67%

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

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 72.67%
G = 10.25%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA2137 (or 0xEA2137) is known color: Alizarin. HEX triplet: EA, 21 and 37. RGB value is (234,33,55). Sum of RGB (Red+Green+Blue) = 234+33+55=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2137 is #15DEC8. Grayscale: #5F5F5F. Windows color (decimal): -1433289 or 3613162. OLE color: 3613162.

HSL color Cylindrical-coordinate representation of color #EA2137: hue angle of 353.43º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2137 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 55 -
CMYK 0 0.86 0.76 0.08
HSL 353.43º 0.83% 0.52% -
HSV(B) 353.43º 0.86% 0.92% -
XYZ 35.17 18.86 5.4 -
YUV 95.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 234 33 55 0 0.86 0.76 0.08 353.43 0.83 0.52
Hex EA 21 37 0 56 4C 8 161 53 34
Octal 352 41 67 0 126 114 10 541 123 64
Binary 11101010 100001 110111 0 1010110 1001100 1000 101100001 1010011 110100

Color Harmonies of #EA2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2137

Black with #EA2137

Text Example


Text Example

White with #EA2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2137; }

 p { color: rgb(234,33,55); }

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

background-color css

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

 a { background-color: rgb(234,33,55); }

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

border-color css

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

 span { border-color: rgb(234,33,55); }

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