#E72B97

Color #E72B97 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E72B97

Tints of Deep Cerise #E72B97

Color information

#E72B97 (or 0xE72B97) is unknown color: approx Deep Cerise. HEX triplet: E7, 2B and 97. RGB value is (231,43,151). Sum of RGB (Red+Green+Blue) = 231+43+151=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72B97 is #18D468. Grayscale: #6F6F6F. Windows color (decimal): -1627241 or 9907175. OLE color: 9907175.

HSL color Cylindrical-coordinate representation of color #E72B97: hue angle of 325.53º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72B97 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB23143151-
CMYK00.810.350.09
HSL325.53º79.66%53.73%-
HSV(B)325.53º81.39%90.59%-
XYZ39.420.9531.25-
YUV111.52150.28213.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.35%
GREEN value IS 43 (17.19% from 255) = 10.12%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=54.35%
G=10.12%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314315100.810.350.09325.5379.6653.73
HexE72B970512391465036
Octal347532270121431150612066
Binary11100111101011100101110101000110001110011010001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72B97; }

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

 H1.HeaderClassName
 {
   color: #E72B97;
 }
 .AnyTagClassName
 {
   color: #E72B97;
 }
</style>
background-color css

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

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

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

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

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

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