Html Css Color HEX #EA2136 Alizarin

📋 copy color: '#EA2136'

red 234 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #EA2136

Tints of Alizarin #EA2136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 72.9%
G = 10.28%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA2136 (or 0xEA2136) is known color: Alizarin. HEX triplet: EA, 21 and 36. RGB value is (234,33,54). Sum of RGB (Red+Green+Blue) = 234+33+54=321 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.90% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2136 is #15DEC9. Grayscale: #5F5F5F. Windows color (decimal): -1433290 or 3547626. OLE color: 3547626.

HSL color Cylindrical-coordinate representation of color #EA2136: hue angle of 353.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2136 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 33 54 -
CMYK 0 0.86 0.77 0.08
HSL 353.73º 0.83% 0.52% -
HSV(B) 353.73º 0.86% 0.92% -
XYZ 35.14 18.85 5.28 -
YUV 95.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 234 33 54 0 0.86 0.77 0.08 353.73 0.83 0.52
Hex EA 21 36 0 56 4D 8 162 53 34
Octal 352 41 66 0 126 115 10 542 123 64
Binary 11101010 100001 110110 0 1010110 1001101 1000 101100010 1010011 110100

Color Harmonies of #EA2136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2136

Black with #EA2136

Text Example


Text Example

White with #EA2136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2136; }

 p { color: rgb(234,33,54); }

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

background-color css

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

 a { background-color: rgb(234,33,54); }

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

border-color css

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

 span { border-color: rgb(234,33,54); }

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