Html Css Color HEX #EA223C Alizarin

📋 copy color: '#EA223C'

red 234 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #EA223C

Tints of Alizarin #EA223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 71.34%
G = 10.37%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA223C (or 0xEA223C) is known color: Alizarin. HEX triplet: EA, 22 and 3C. RGB value is (234,34,60). Sum of RGB (Red+Green+Blue) = 234+34+60=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA223C is #15DDC3. Grayscale: #606060. Windows color (decimal): -1433028 or 3941098. OLE color: 3941098.

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

Color convert

RGB 234 34 60 -
CMYK 0 0.85 0.74 0.08
HSL 352.2º 0.83% 0.53% -
HSV(B) 352.2º 0.85% 0.92% -
XYZ 35.32 18.96 6.07 -
YUV 96.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 234 34 60 0 0.85 0.74 0.08 352.2 0.83 0.53
Hex EA 22 3C 0 55 4A 8 160 53 35
Octal 352 42 74 0 125 112 10 540 123 65
Binary 11101010 100010 111100 0 1010101 1001010 1000 101100000 1010011 110101

Color Harmonies of #EA223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA223C

Black with #EA223C

Text Example


Text Example

White with #EA223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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