Html Css Color HEX #E52040 Alizarin

📋 copy color: '#E52040'

red 229 ◦ green 32 ◦ blue 64

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

Shades of Alizarin #E52040

Tints of Alizarin #E52040

RGB

 RED value IS 229 (89.84% from 255) = 70.46%

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

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

R = 70.46%
G = 9.85%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E52040 (or 0xE52040) is known color: Alizarin. HEX triplet: E5, 20 and 40. RGB value is (229,32,64). Sum of RGB (Red+Green+Blue) = 229+32+64=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E52040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52040 is #1ADFBF. Grayscale: #5E5E5E. Windows color (decimal): -1761216 or 4202725. OLE color: 4202725.

HSL color Cylindrical-coordinate representation of color #E52040: hue angle of 350.25º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E52040 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 32 64 -
CMYK 0 0.86 0.72 0.10
HSL 350.25º 0.79% 0.51% -
HSV(B) 350.25º 0.86% 0.9% -
XYZ 33.76 18.06 6.56 -
YUV 94.55 110.77 223.9 -
System Red Green Blue C M Y K H S L
Decimal 229 32 64 0 0.86 0.72 0.10 350.25 0.79 0.51
Hex E5 20 40 0 56 48 A 15E 4F 33
Octal 345 40 100 0 126 110 12 536 117 63
Binary 11100101 100000 1000000 0 1010110 1001000 1010 101011110 1001111 110011

Color Harmonies of #E52040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52040

Black with #E52040

Text Example


Text Example

White with #E52040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52040; }

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

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

background-color css

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

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

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

border-color css

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

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

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