#E72E82

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

Shades of Deep Cerise #E72E82

Tints of Deep Cerise #E72E82

Color information

#E72E82 (or 0xE72E82) is unknown color: approx Deep Cerise. HEX triplet: E7, 2E and 82. RGB value is (231,46,130). Sum of RGB (Red+Green+Blue) = 231+46+130=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72E82 is #18D17D. Grayscale: #6E6E6E. Windows color (decimal): -1626494 or 8531687. OLE color: 8531687.

HSL color Cylindrical-coordinate representation of color #E72E82: hue angle of 332.76º 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 #E72E82 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB23146130-
CMYK00.800.440.09
HSL332.76º79.4%54.31%-
HSV(B)332.76º80.09%90.59%-
XYZ37.9620.5523.09-
YUV110.89138.79213.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 56.76%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=56.76%
G=11.30%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314613000.800.440.09332.7679.454.31
HexE72E820502C914d4f36
Octal347562020120541151511766
Binary11100111101110100000100101000010110010011010011011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72E82; }

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

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

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

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

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

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

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

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