Html Css Color HEX #E52B97 Deep Cerise

📋 copy color: '#E52B97'

red 229 ◦ green 43 ◦ blue 151

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

Shades of Deep Cerise #E52B97

Tints of Deep Cerise #E52B97

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 54.14%
G = 10.17%
B = 35.7%

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

#E52B97 (or 0xE52B97) is known color: Deep Cerise. HEX triplet: E5, 2B and 97. RGB value is (229,43,151). Sum of RGB (Red+Green+Blue) = 229+43+151=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52B97 is #1AD468. Grayscale: #6E6E6E. Windows color (decimal): -1758313 or 9907173. OLE color: 9907173.

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

Color convert

RGB 229 43 151 -
CMYK 0 0.81 0.34 0.10
HSL 325.16º 0.78% 0.53% -
HSV(B) 325.16º 0.81% 0.9% -
XYZ 38.76 20.62 31.22 -
YUV 110.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 229 43 151 0 0.81 0.34 0.10 325.16 0.78 0.53
Hex E5 2B 97 0 51 22 A 145 4E 35
Octal 345 53 227 0 121 42 12 505 116 65
Binary 11100101 101011 10010111 0 1010001 100010 1010 101000101 1001110 110101

Color Harmonies of #E52B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52B97

Black with #E52B97

Text Example


Text Example

White with #E52B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52B97; }

 p { color: rgb(229,43,151); }

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

background-color css

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

 a { background-color: rgb(229,43,151); }

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

border-color css

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

 span { border-color: rgb(229,43,151); }

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