Html Css Color HEX #EA2337 Alizarin

📋 copy color: '#EA2337'

red 234 ◦ green 35 ◦ blue 55

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

Shades of Alizarin #EA2337

Tints of Alizarin #EA2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 72.22%
G = 10.8%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA2337 (or 0xEA2337) is known color: Alizarin. HEX triplet: EA, 23 and 37. RGB value is (234,35,55). Sum of RGB (Red+Green+Blue) = 234+35+55=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2337 is #15DCC8. Grayscale: #606060. Windows color (decimal): -1432777 or 3613674. OLE color: 3613674.

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

Color convert

RGB 234 35 55 -
CMYK 0 0.85 0.76 0.08
HSL 353.97º 0.83% 0.53% -
HSV(B) 353.97º 0.85% 0.92% -
XYZ 35.22 18.97 5.42 -
YUV 96.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 234 35 55 0 0.85 0.76 0.08 353.97 0.83 0.53
Hex EA 23 37 0 55 4C 8 162 53 35
Octal 352 43 67 0 125 114 10 542 123 65
Binary 11101010 100011 110111 0 1010101 1001100 1000 101100010 1010011 110101

Color Harmonies of #EA2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2337

Black with #EA2337

Text Example


Text Example

White with #EA2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2337; }

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

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

background-color css

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

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

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

border-color css

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

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

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