Html Css Color HEX #E52C80 Deep Cerise

📋 copy color: '#E52C80'

red 229 ◦ green 44 ◦ blue 128

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

Shades of Deep Cerise #E52C80

Tints of Deep Cerise #E52C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 57.11%
G = 10.97%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E52C80 (or 0xE52C80) is known color: Deep Cerise. HEX triplet: E5, 2C and 80. RGB value is (229,44,128). Sum of RGB (Red+Green+Blue) = 229+44+128=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C80 is #1AD37F. Grayscale: #6C6C6C. Windows color (decimal): -1758080 or 8400101. OLE color: 8400101.

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

Color convert

RGB 229 44 128 -
CMYK 0 0.81 0.44 0.10
HSL 332.76º 0.78% 0.54% -
HSV(B) 332.76º 0.81% 0.9% -
XYZ 37.11 20.02 22.33 -
YUV 108.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 229 44 128 0 0.81 0.44 0.10 332.76 0.78 0.54
Hex E5 2C 80 0 51 2C A 14D 4E 36
Octal 345 54 200 0 121 54 12 515 116 66
Binary 11100101 101100 10000000 0 1010001 101100 1010 101001101 1001110 110110

Color Harmonies of #E52C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C80

Black with #E52C80

Text Example


Text Example

White with #E52C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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