Html Css Color HEX #E52A87 Deep Cerise

📋 copy color: '#E52A87'

red 229 ◦ green 42 ◦ blue 135

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

Shades of Deep Cerise #E52A87

Tints of Deep Cerise #E52A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.25%

R = 56.4%
G = 10.34%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E52A87 (or 0xE52A87) is known color: Deep Cerise. HEX triplet: E5, 2A and 87. RGB value is (229,42,135). Sum of RGB (Red+Green+Blue) = 229+42+135=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52A87 is #1AD578. Grayscale: #6C6C6C. Windows color (decimal): -1758585 or 8858341. OLE color: 8858341.

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

Color convert

RGB 229 42 135 -
CMYK 0 0.82 0.41 0.10
HSL 330.16º 0.78% 0.53% -
HSV(B) 330.16º 0.82% 0.9% -
XYZ 37.51 20.06 24.82 -
YUV 108.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 229 42 135 0 0.82 0.41 0.10 330.16 0.78 0.53
Hex E5 2A 87 0 52 29 A 14A 4E 35
Octal 345 52 207 0 122 51 12 512 116 65
Binary 11100101 101010 10000111 0 1010010 101001 1010 101001010 1001110 110101

Color Harmonies of #E52A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52A87

Black with #E52A87

Text Example


Text Example

White with #E52A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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