#E72090

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

Shades of Deep Cerise #E72090

Tints of Deep Cerise #E72090

Color information

#E72090 (or 0xE72090) is unknown color: approx Deep Cerise. HEX triplet: E7, 20 and 90. RGB value is (231,32,144). Sum of RGB (Red+Green+Blue) = 231+32+144=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E72090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72090 is #18DF6F. Grayscale: #686868. Windows color (decimal): -1630064 or 9445607. OLE color: 9445607.

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

Color convert

RGB23132144-
CMYK00.860.380.09
HSL326.23º80.57%51.57%-
HSV(B)326.23º86.15%90.59%-
XYZ38.5120.0428.22-
YUV104.27150.43218.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.76%
GREEN value IS 32 (12.89% from 255) = 7.86%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=56.76%
G=7.86%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313214400.860.380.09326.2380.5751.57
HexE720900562691465134
Octal347402200126461150612164
Binary11100111100000100100000101011010011010011010001101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72090; }

 p { color: rgb(231,32,144); }

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

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

 a { background-color: rgb(231,32,144); }

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

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

 span { border-color: rgb(231,32,144); }

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