Html Css Color HEX #EA2342 Alizarin

📋 copy color: '#EA2342'

red 234 ◦ green 35 ◦ blue 66

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

Shades of Alizarin #EA2342

Tints of Alizarin #EA2342

RGB

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

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

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

R = 69.85%
G = 10.45%
B = 19.7%

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

#EA2342 (or 0xEA2342) is known color: Alizarin. HEX triplet: EA, 23 and 42. RGB value is (234,35,66). Sum of RGB (Red+Green+Blue) = 234+35+66=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2342 is #15DCBD. Grayscale: #626262. Windows color (decimal): -1432766 or 4334570. OLE color: 4334570.

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

Color convert

RGB 234 35 66 -
CMYK 0 0.85 0.72 0.08
HSL 350.65º 0.83% 0.53% -
HSV(B) 350.65º 0.85% 0.92% -
XYZ 35.52 19.09 6.97 -
YUV 98.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 234 35 66 0 0.85 0.72 0.08 350.65 0.83 0.53
Hex EA 23 42 0 55 48 8 15F 53 35
Octal 352 43 102 0 125 110 10 537 123 65
Binary 11101010 100011 1000010 0 1010101 1001000 1000 101011111 1010011 110101

Color Harmonies of #EA2342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2342

Black with #EA2342

Text Example


Text Example

White with #EA2342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2342; }

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

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

background-color css

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

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

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

border-color css

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

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

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