Html Css Color HEX #E52E77 Deep Cerise

📋 copy color: '#E52E77'

red 229 ◦ green 46 ◦ blue 119

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

Shades of Deep Cerise #E52E77

Tints of Deep Cerise #E52E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.68%

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

R = 58.12%
G = 11.68%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E52E77 (or 0xE52E77) is known color: Deep Cerise. HEX triplet: E5, 2E and 77. RGB value is (229,46,119). Sum of RGB (Red+Green+Blue) = 229+46+119=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E52E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52E77 is #1AD188. Grayscale: #6C6C6C. Windows color (decimal): -1757577 or 7810789. OLE color: 7810789.

HSL color Cylindrical-coordinate representation of color #E52E77: hue angle of 336.07º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E52E77 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 46 119 -
CMYK 0 0.80 0.48 0.10
HSL 336.07º 0.78% 0.54% -
HSV(B) 336.07º 0.8% 0.9% -
XYZ 36.62 19.94 19.37 -
YUV 109.04 133.63 213.56 -
System Red Green Blue C M Y K H S L
Decimal 229 46 119 0 0.80 0.48 0.10 336.07 0.78 0.54
Hex E5 2E 77 0 50 30 A 150 4E 36
Octal 345 56 167 0 120 60 12 520 116 66
Binary 11100101 101110 1110111 0 1010000 110000 1010 101010000 1001110 110110

Color Harmonies of #E52E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52E77

Black with #E52E77

Text Example


Text Example

White with #E52E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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