Html Css Color HEX #EA2434 Alizarin

📋 copy color: '#EA2434'

red 234 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #EA2434

Tints of Alizarin #EA2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 72.67%
G = 11.18%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA2434 (or 0xEA2434) is known color: Alizarin. HEX triplet: EA, 24 and 34. RGB value is (234,36,52). Sum of RGB (Red+Green+Blue) = 234+36+52=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2434 is #15DBCB. Grayscale: #616161. Windows color (decimal): -1432524 or 3417322. OLE color: 3417322.

HSL color Cylindrical-coordinate representation of color #EA2434: hue angle of 355.15º degrees, saturation: 0.82, 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 #EA2434 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 36 52 -
CMYK 0 0.85 0.78 0.08
HSL 355.15º 0.83% 0.53% -
HSV(B) 355.15º 0.85% 0.92% -
XYZ 35.18 19 5.06 -
YUV 97.03 102.6 225.7 -
System Red Green Blue C M Y K H S L
Decimal 234 36 52 0 0.85 0.78 0.08 355.15 0.83 0.53
Hex EA 24 34 0 55 4E 8 163 52 35
Octal 352 44 64 0 125 116 10 543 122 65
Binary 11101010 100100 110100 0 1010101 1001110 1000 101100011 1010010 110101

Color Harmonies of #EA2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2434

Black with #EA2434

Text Example


Text Example

White with #EA2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2434; }

 p { color: rgb(234,36,52); }

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

background-color css

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

 a { background-color: rgb(234,36,52); }

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

border-color css

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

 span { border-color: rgb(234,36,52); }

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