Html Css Color HEX #E52C84 Deep Cerise

📋 copy color: '#E52C84'

red 229 ◦ green 44 ◦ blue 132

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

Shades of Deep Cerise #E52C84

Tints of Deep Cerise #E52C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 56.54%
G = 10.86%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E52C84 (or 0xE52C84) is known color: Deep Cerise. HEX triplet: E5, 2C and 84. RGB value is (229,44,132). Sum of RGB (Red+Green+Blue) = 229+44+132=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C84 is #1AD37B. Grayscale: #6D6D6D. Windows color (decimal): -1758076 or 8662245. OLE color: 8662245.

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

Color convert

RGB 229 44 132 -
CMYK 0 0.81 0.42 0.10
HSL 331.46º 0.78% 0.54% -
HSV(B) 331.46º 0.81% 0.9% -
XYZ 37.38 20.13 23.74 -
YUV 109.35 140.79 213.34 -
System Red Green Blue C M Y K H S L
Decimal 229 44 132 0 0.81 0.42 0.10 331.46 0.78 0.54
Hex E5 2C 84 0 51 2A A 14B 4E 36
Octal 345 54 204 0 121 52 12 513 116 66
Binary 11100101 101100 10000100 0 1010001 101010 1010 101001011 1001110 110110

Color Harmonies of #E52C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C84

Black with #E52C84

Text Example


Text Example

White with #E52C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C84; }

 p { color: rgb(229,44,132); }

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

background-color css

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

 a { background-color: rgb(229,44,132); }

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

border-color css

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

 span { border-color: rgb(229,44,132); }

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