Html Css Color HEX #E52977 Deep Cerise

📋 copy color: '#E52977'

red 229 ◦ green 41 ◦ blue 119

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

Shades of Deep Cerise #E52977

Tints of Deep Cerise #E52977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 58.87%
G = 10.54%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E52977 (or 0xE52977) is known color: Deep Cerise. HEX triplet: E5, 29 and 77. RGB value is (229,41,119). Sum of RGB (Red+Green+Blue) = 229+41+119=389 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.87% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 229 - color contains mainly: red. Hex color #E52977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52977 is #1AD688. Grayscale: #696969. Windows color (decimal): -1758857 or 7809509. OLE color: 7809509.

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

Color convert

RGB 229 41 119 -
CMYK 0 0.82 0.48 0.10
HSL 335.11º 0.78% 0.53% -
HSV(B) 335.11º 0.82% 0.9% -
XYZ 36.44 19.58 19.31 -
YUV 106.1 135.28 215.66 -
System Red Green Blue C M Y K H S L
Decimal 229 41 119 0 0.82 0.48 0.10 335.11 0.78 0.53
Hex E5 29 77 0 52 30 A 14F 4E 35
Octal 345 51 167 0 122 60 12 517 116 65
Binary 11100101 101001 1110111 0 1010010 110000 1010 101001111 1001110 110101

Color Harmonies of #E52977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52977

Black with #E52977

Text Example


Text Example

White with #E52977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52977; }

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

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

background-color css

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

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

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

border-color css

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

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

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