Html Css Color HEX #EA253C Alizarin

📋 copy color: '#EA253C'

red 234 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #EA253C

Tints of Alizarin #EA253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.18%

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

R = 70.69%
G = 11.18%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA253C (or 0xEA253C) is known color: Alizarin. HEX triplet: EA, 25 and 3C. RGB value is (234,37,60). Sum of RGB (Red+Green+Blue) = 234+37+60=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA253C is #15DAC3. Grayscale: #626262. Windows color (decimal): -1432260 or 3941866. OLE color: 3941866.

HSL color Cylindrical-coordinate representation of color #EA253C: hue angle of 352.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA253C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 60 -
CMYK 0 0.84 0.74 0.08
HSL 352.99º 0.82% 0.53% -
HSV(B) 352.99º 0.84% 0.92% -
XYZ 35.41 19.14 6.1 -
YUV 98.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 234 37 60 0 0.84 0.74 0.08 352.99 0.82 0.53
Hex EA 25 3C 0 54 4A 8 161 52 35
Octal 352 45 74 0 124 112 10 541 122 65
Binary 11101010 100101 111100 0 1010100 1001010 1000 101100001 1010010 110101

Color Harmonies of #EA253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA253C

Black with #EA253C

Text Example


Text Example

White with #EA253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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