Html Css Color HEX #EA2031 Alizarin

📋 copy color: '#EA2031'

red 234 ◦ green 32 ◦ blue 49

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

Shades of Alizarin #EA2031

Tints of Alizarin #EA2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 74.29%
G = 10.16%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA2031 (or 0xEA2031) is known color: Alizarin. HEX triplet: EA, 20 and 31. RGB value is (234,32,49). Sum of RGB (Red+Green+Blue) = 234+32+49=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2031 is #15DFCE. Grayscale: #5E5E5E. Windows color (decimal): -1433551 or 3219690. OLE color: 3219690.

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

Color convert

RGB 234 32 49 -
CMYK 0 0.86 0.79 0.08
HSL 354.95º 0.83% 0.52% -
HSV(B) 354.95º 0.86% 0.92% -
XYZ 35 18.75 4.68 -
YUV 94.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 234 32 49 0 0.86 0.79 0.08 354.95 0.83 0.52
Hex EA 20 31 0 56 4F 8 163 53 34
Octal 352 40 61 0 126 117 10 543 123 64
Binary 11101010 100000 110001 0 1010110 1001111 1000 101100011 1010011 110100

Color Harmonies of #EA2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2031

Black with #EA2031

Text Example


Text Example

White with #EA2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2031; }

 p { color: rgb(234,32,49); }

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

background-color css

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

 a { background-color: rgb(234,32,49); }

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

border-color css

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

 span { border-color: rgb(234,32,49); }

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