Html Css Color HEX #EA2235 Alizarin

📋 copy color: '#EA2235'

red 234 ◦ green 34 ◦ blue 53

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

Shades of Alizarin #EA2235

Tints of Alizarin #EA2235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 72.9%
G = 10.59%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA2235 (or 0xEA2235) is known color: Alizarin. HEX triplet: EA, 22 and 35. RGB value is (234,34,53). Sum of RGB (Red+Green+Blue) = 234+34+53=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2235 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2235 is #15DDCA. Grayscale: #606060. Windows color (decimal): -1433035 or 3482346. OLE color: 3482346.

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

Color convert

RGB 234 34 53 -
CMYK 0 0.85 0.77 0.08
HSL 354.3º 0.83% 0.53% -
HSV(B) 354.3º 0.85% 0.92% -
XYZ 35.15 18.89 5.16 -
YUV 95.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 234 34 53 0 0.85 0.77 0.08 354.3 0.83 0.53
Hex EA 22 35 0 55 4D 8 162 53 35
Octal 352 42 65 0 125 115 10 542 123 65
Binary 11101010 100010 110101 0 1010101 1001101 1000 101100010 1010011 110101

Color Harmonies of #EA2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2235

Black with #EA2235

Text Example


Text Example

White with #EA2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2235; }

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

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

background-color css

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

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

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

border-color css

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

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

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