Html Css Color HEX #EA2034 Alizarin

📋 copy color: '#EA2034'

red 234 ◦ green 32 ◦ blue 52

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

Shades of Alizarin #EA2034

Tints of Alizarin #EA2034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 73.58%
G = 10.06%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA2034 (or 0xEA2034) is known color: Alizarin. HEX triplet: EA, 20 and 34. RGB value is (234,32,52). Sum of RGB (Red+Green+Blue) = 234+32+52=318 (42% of max value = 765). Red value is 234 (91.80% from 255 or 73.58% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2034 is #15DFCB. Grayscale: #5E5E5E. Windows color (decimal): -1433548 or 3416298. OLE color: 3416298.

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

Color convert

RGB 234 32 52 -
CMYK 0 0.86 0.78 0.08
HSL 354.06º 0.83% 0.52% -
HSV(B) 354.06º 0.86% 0.92% -
XYZ 35.07 18.77 5.02 -
YUV 94.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 234 32 52 0 0.86 0.78 0.08 354.06 0.83 0.52
Hex EA 20 34 0 56 4E 8 162 53 34
Octal 352 40 64 0 126 116 10 542 123 64
Binary 11101010 100000 110100 0 1010110 1001110 1000 101100010 1010011 110100

Color Harmonies of #EA2034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2034

Black with #EA2034

Text Example


Text Example

White with #EA2034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2034; }

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

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

background-color css

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

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

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

border-color css

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

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

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