#E72E93

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

Shades of Deep Cerise #E72E93

Tints of Deep Cerise #E72E93

Color information

#E72E93 (or 0xE72E93) is unknown color: approx Deep Cerise. HEX triplet: E7, 2E and 93. RGB value is (231,46,147). Sum of RGB (Red+Green+Blue) = 231+46+147=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72E93 is #18D16C. Grayscale: #707070. Windows color (decimal): -1626477 or 9645799. OLE color: 9645799.

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

Color convert

RGB23146147-
CMYK00.800.360.09
HSL327.24º79.4%54.31%-
HSV(B)327.24º80.09%90.59%-
XYZ39.221.0529.6-
YUV112.83147.29212.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.48%
GREEN value IS 46 (18.36% from 255) = 10.85%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=54.48%
G=10.85%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314614700.800.360.09327.2479.454.31
HexE72E930502491474f36
Octal347562230120441150711766
Binary11100111101110100100110101000010010010011010001111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72E93; }

 p { color: rgb(231,46,147); }

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

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

 a { background-color: rgb(231,46,147); }

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

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

 span { border-color: rgb(231,46,147); }

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