Html Css Color HEX #E52C96 Deep Cerise

📋 copy color: '#E52C96'

red 229 ◦ green 44 ◦ blue 150

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

Shades of Deep Cerise #E52C96

Tints of Deep Cerise #E52C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 54.14%
G = 10.4%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E52C96 (or 0xE52C96) is known color: Deep Cerise. HEX triplet: E5, 2C and 96. RGB value is (229,44,150). Sum of RGB (Red+Green+Blue) = 229+44+150=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C96 is #1AD369. Grayscale: #6F6F6F. Windows color (decimal): -1758058 or 9841893. OLE color: 9841893.

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

Color convert

RGB 229 44 150 -
CMYK 0 0.81 0.34 0.10
HSL 325.62º 0.78% 0.54% -
HSV(B) 325.62º 0.81% 0.9% -
XYZ 38.72 20.66 30.8 -
YUV 111.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 229 44 150 0 0.81 0.34 0.10 325.62 0.78 0.54
Hex E5 2C 96 0 51 22 A 146 4E 36
Octal 345 54 226 0 121 42 12 506 116 66
Binary 11100101 101100 10010110 0 1010001 100010 1010 101000110 1001110 110110

Color Harmonies of #E52C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C96

Black with #E52C96

Text Example


Text Example

White with #E52C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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