Html Css Color HEX #E52991 Deep Cerise

📋 copy color: '#E52991'

red 229 ◦ green 41 ◦ blue 145

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

Shades of Deep Cerise #E52991

Tints of Deep Cerise #E52991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.88%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 55.18%
G = 9.88%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E52991 (or 0xE52991) is known color: Deep Cerise. HEX triplet: E5, 29 and 91. RGB value is (229,41,145). Sum of RGB (Red+Green+Blue) = 229+41+145=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E52991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52991 is #1AD66E. Grayscale: #6C6C6C. Windows color (decimal): -1758831 or 9513445. OLE color: 9513445.

HSL color Cylindrical-coordinate representation of color #E52991: hue angle of 326.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52991 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 145 -
CMYK 0 0.82 0.37 0.10
HSL 326.81º 0.78% 0.53% -
HSV(B) 326.81º 0.82% 0.9% -
XYZ 38.22 20.29 28.69 -
YUV 109.07 148.28 213.54 -
System Red Green Blue C M Y K H S L
Decimal 229 41 145 0 0.82 0.37 0.10 326.81 0.78 0.53
Hex E5 29 91 0 52 25 A 147 4E 35
Octal 345 51 221 0 122 45 12 507 116 65
Binary 11100101 101001 10010001 0 1010010 100101 1010 101000111 1001110 110101

Color Harmonies of #E52991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52991

Black with #E52991

Text Example


Text Example

White with #E52991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52991; }

 p { color: rgb(229,41,145); }

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

background-color css

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

 a { background-color: rgb(229,41,145); }

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

border-color css

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

 span { border-color: rgb(229,41,145); }

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