Html Css Color HEX #E52C95 Deep Cerise

📋 copy color: '#E52C95'

red 229 ◦ green 44 ◦ blue 149

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

Shades of Deep Cerise #E52C95

Tints of Deep Cerise #E52C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 54.27%
G = 10.43%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E52C95 (or 0xE52C95) is known color: Deep Cerise. HEX triplet: E5, 2C and 95. RGB value is (229,44,149). Sum of RGB (Red+Green+Blue) = 229+44+149=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52C95 is #1AD36A. Grayscale: #6F6F6F. Windows color (decimal): -1758059 or 9776357. OLE color: 9776357.

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

Color convert

RGB 229 44 149 -
CMYK 0 0.81 0.35 0.10
HSL 325.95º 0.78% 0.54% -
HSV(B) 325.95º 0.81% 0.9% -
XYZ 38.64 20.63 30.38 -
YUV 111.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 229 44 149 0 0.81 0.35 0.10 325.95 0.78 0.54
Hex E5 2C 95 0 51 23 A 146 4E 36
Octal 345 54 225 0 121 43 12 506 116 66
Binary 11100101 101100 10010101 0 1010001 100011 1010 101000110 1001110 110110

Color Harmonies of #E52C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C95

Black with #E52C95

Text Example


Text Example

White with #E52C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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