Html Css Color HEX #E52042 Alizarin

📋 copy color: '#E52042'

red 229 ◦ green 32 ◦ blue 66

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

Shades of Alizarin #E52042

Tints of Alizarin #E52042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 70.03%
G = 9.79%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E52042 (or 0xE52042) is known color: Alizarin. HEX triplet: E5, 20 and 42. RGB value is (229,32,66). Sum of RGB (Red+Green+Blue) = 229+32+66=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E52042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52042 is #1ADFBD. Grayscale: #5E5E5E. Windows color (decimal): -1761214 or 4333797. OLE color: 4333797.

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

Color convert

RGB 229 32 66 -
CMYK 0 0.86 0.71 0.10
HSL 349.64º 0.79% 0.51% -
HSV(B) 349.64º 0.86% 0.9% -
XYZ 33.81 18.08 6.86 -
YUV 94.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 229 32 66 0 0.86 0.71 0.10 349.64 0.79 0.51
Hex E5 20 42 0 56 47 A 15E 4F 33
Octal 345 40 102 0 126 107 12 536 117 63
Binary 11100101 100000 1000010 0 1010110 1000111 1010 101011110 1001111 110011

Color Harmonies of #E52042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52042

Black with #E52042

Text Example


Text Example

White with #E52042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52042; }

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

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

background-color css

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

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

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

border-color css

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

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

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