Html Css Color HEX #EA2232 Alizarin

📋 copy color: '#EA2232'

red 234 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #EA2232

Tints of Alizarin #EA2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 73.58%
G = 10.69%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2232 (or 0xEA2232) is known color: Alizarin. HEX triplet: EA, 22 and 32. RGB value is (234,34,50). Sum of RGB (Red+Green+Blue) = 234+34+50=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2232 is #15DDCD. Grayscale: #5F5F5F. Windows color (decimal): -1433038 or 3285738. OLE color: 3285738.

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

Color convert

RGB 234 34 50 -
CMYK 0 0.85 0.79 0.08
HSL 355.2º 0.83% 0.53% -
HSV(B) 355.2º 0.85% 0.92% -
XYZ 35.08 18.87 4.81 -
YUV 95.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 234 34 50 0 0.85 0.79 0.08 355.2 0.83 0.53
Hex EA 22 32 0 55 4F 8 163 53 35
Octal 352 42 62 0 125 117 10 543 123 65
Binary 11101010 100010 110010 0 1010101 1001111 1000 101100011 1010011 110101

Color Harmonies of #EA2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2232

Black with #EA2232

Text Example


Text Example

White with #EA2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2232; }

 p { color: rgb(234,34,50); }

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

background-color css

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

 a { background-color: rgb(234,34,50); }

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

border-color css

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

 span { border-color: rgb(234,34,50); }

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