#E72985

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

Shades of Deep Cerise #E72985

Tints of Deep Cerise #E72985

Color information

#E72985 (or 0xE72985) is unknown color: approx Deep Cerise. HEX triplet: E7, 29 and 85. RGB value is (231,41,133). Sum of RGB (Red+Green+Blue) = 231+41+133=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E72985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72985 is #18D67A. Grayscale: #6C6C6C. Windows color (decimal): -1627771 or 8727015. OLE color: 8727015.

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

Color convert

RGB23141133-
CMYK00.820.420.09
HSL330.95º79.83%53.33%-
HSV(B)330.95º82.25%90.59%-
XYZ37.9820.2724.1-
YUV108.3141.95215.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.04%
GREEN value IS 41 (16.41% from 255) = 10.12%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=57.04%
G=10.12%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314113300.820.420.09330.9579.8353.33
HexE729850522A914b5035
Octal347512050122521151312065
Binary11100111101001100001010101001010101010011010010111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72985; }

 p { color: rgb(231,41,133); }

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

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

 a { background-color: rgb(231,41,133); }

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

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

 span { border-color: rgb(231,41,133); }

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