Html Css Color HEX #EA2128 Alizarin

📋 copy color: '#EA2128'

red 234 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #EA2128

Tints of Alizarin #EA2128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 76.22%
G = 10.75%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA2128 (or 0xEA2128) is known color: Alizarin. HEX triplet: EA, 21 and 28. RGB value is (234,33,40). Sum of RGB (Red+Green+Blue) = 234+33+40=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2128 is #15DED7. Grayscale: #5E5E5E. Windows color (decimal): -1433304 or 2630122. OLE color: 2630122.

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

Color convert

RGB 234 33 40 -
CMYK 0 0.86 0.83 0.08
HSL 357.91º 0.83% 0.52% -
HSV(B) 357.91º 0.86% 0.92% -
XYZ 34.86 18.73 3.79 -
YUV 93.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 234 33 40 0 0.86 0.83 0.08 357.91 0.83 0.52
Hex EA 21 28 0 56 53 8 166 53 34
Octal 352 41 50 0 126 123 10 546 123 64
Binary 11101010 100001 101000 0 1010110 1010011 1000 101100110 1010011 110100

Color Harmonies of #EA2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2128

Black with #EA2128

Text Example


Text Example

White with #EA2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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