Html Css Color HEX #EA2537 Alizarin

📋 copy color: '#EA2537'

red 234 ◦ green 37 ◦ blue 55

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

Shades of Alizarin #EA2537

Tints of Alizarin #EA2537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 71.78%
G = 11.35%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA2537 (or 0xEA2537) is known color: Alizarin. HEX triplet: EA, 25 and 37. RGB value is (234,37,55). Sum of RGB (Red+Green+Blue) = 234+37+55=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2537 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2537 is #15DAC8. Grayscale: #626262. Windows color (decimal): -1432265 or 3614186. OLE color: 3614186.

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

Color convert

RGB 234 37 55 -
CMYK 0 0.84 0.76 0.08
HSL 354.52º 0.82% 0.53% -
HSV(B) 354.52º 0.84% 0.92% -
XYZ 35.28 19.09 5.44 -
YUV 97.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 234 37 55 0 0.84 0.76 0.08 354.52 0.82 0.53
Hex EA 25 37 0 54 4C 8 163 52 35
Octal 352 45 67 0 124 114 10 543 122 65
Binary 11101010 100101 110111 0 1010100 1001100 1000 101100011 1010010 110101

Color Harmonies of #EA2537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2537

Black with #EA2537

Text Example


Text Example

White with #EA2537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2537; }

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

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

background-color css

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

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

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

border-color css

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

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

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