Html Css Color HEX #EA2442 Alizarin

📋 copy color: '#EA2442'

red 234 ◦ green 36 ◦ blue 66

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

Shades of Alizarin #EA2442

Tints of Alizarin #EA2442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 69.64%
G = 10.71%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA2442 (or 0xEA2442) is known color: Alizarin. HEX triplet: EA, 24 and 42. RGB value is (234,36,66). Sum of RGB (Red+Green+Blue) = 234+36+66=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2442 is #15DBBD. Grayscale: #626262. Windows color (decimal): -1432510 or 4334826. OLE color: 4334826.

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

Color convert

RGB 234 36 66 -
CMYK 0 0.85 0.72 0.08
HSL 350.91º 0.83% 0.53% -
HSV(B) 350.91º 0.85% 0.92% -
XYZ 35.55 19.15 6.98 -
YUV 98.62 109.6 224.56 -
System Red Green Blue C M Y K H S L
Decimal 234 36 66 0 0.85 0.72 0.08 350.91 0.83 0.53
Hex EA 24 42 0 55 48 8 15F 52 35
Octal 352 44 102 0 125 110 10 537 122 65
Binary 11101010 100100 1000010 0 1010101 1001000 1000 101011111 1010010 110101

Color Harmonies of #EA2442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2442

Black with #EA2442

Text Example


Text Example

White with #EA2442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2442; }

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

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

background-color css

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

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

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

border-color css

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

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

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