Html Css Color HEX #EA2040 Alizarin

📋 copy color: '#EA2040'

red 234 ◦ green 32 ◦ blue 64

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

Shades of Alizarin #EA2040

Tints of Alizarin #EA2040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 70.91%
G = 9.7%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA2040 (or 0xEA2040) is known color: Alizarin. HEX triplet: EA, 20 and 40. RGB value is (234,32,64). Sum of RGB (Red+Green+Blue) = 234+32+64=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2040 is #15DFBF. Grayscale: #606060. Windows color (decimal): -1433536 or 4202730. OLE color: 4202730.

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

Color convert

RGB 234 32 64 -
CMYK 0 0.86 0.73 0.08
HSL 350.5º 0.83% 0.52% -
HSV(B) 350.5º 0.86% 0.92% -
XYZ 35.37 18.9 6.63 -
YUV 96.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 234 32 64 0 0.86 0.73 0.08 350.5 0.83 0.52
Hex EA 20 40 0 56 49 8 15E 53 34
Octal 352 40 100 0 126 111 10 536 123 64
Binary 11101010 100000 1000000 0 1010110 1001001 1000 101011110 1010011 110100

Color Harmonies of #EA2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2040

Black with #EA2040

Text Example


Text Example

White with #EA2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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