#E72A82

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

Shades of Deep Cerise #E72A82

Tints of Deep Cerise #E72A82

Color information

#E72A82 (or 0xE72A82) is unknown color: approx Deep Cerise. HEX triplet: E7, 2A and 82. RGB value is (231,42,130). Sum of RGB (Red+Green+Blue) = 231+42+130=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72A82 is #18D57D. Grayscale: #6C6C6C. Windows color (decimal): -1627518 or 8530663. OLE color: 8530663.

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

Color convert

RGB23142130-
CMYK00.820.440.09
HSL332.06º79.75%53.53%-
HSV(B)332.06º81.82%90.59%-
XYZ37.8120.2623.04-
YUV108.54140.12215.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.32%
GREEN value IS 42 (16.80% from 255) = 10.42%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=57.32%
G=10.42%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314213000.820.440.09332.0679.7553.53
HexE72A820522C914c5036
Octal347522020122541151412066
Binary11100111101010100000100101001010110010011010011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72A82; }

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

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

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

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

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

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

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

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