Html Css Color HEX #E52A77 Deep Cerise

📋 copy color: '#E52A77'

red 229 ◦ green 42 ◦ blue 119

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

Shades of Deep Cerise #E52A77

Tints of Deep Cerise #E52A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.77%

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

R = 58.72%
G = 10.77%
B = 30.51%

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

#E52A77 (or 0xE52A77) is known color: Deep Cerise. HEX triplet: E5, 2A and 77. RGB value is (229,42,119). Sum of RGB (Red+Green+Blue) = 229+42+119=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52A77 is #1AD588. Grayscale: #6A6A6A. Windows color (decimal): -1758601 or 7809765. OLE color: 7809765.

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

Color convert

RGB 229 42 119 -
CMYK 0 0.82 0.48 0.10
HSL 335.29º 0.78% 0.53% -
HSV(B) 335.29º 0.82% 0.9% -
XYZ 36.47 19.65 19.32 -
YUV 106.69 134.95 215.24 -
System Red Green Blue C M Y K H S L
Decimal 229 42 119 0 0.82 0.48 0.10 335.29 0.78 0.53
Hex E5 2A 77 0 52 30 A 14F 4E 35
Octal 345 52 167 0 122 60 12 517 116 65
Binary 11100101 101010 1110111 0 1010010 110000 1010 101001111 1001110 110101

Color Harmonies of #E52A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A77

Black with #E52A77

Text Example


Text Example

White with #E52A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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