#E72A8D

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

Shades of Deep Cerise #E72A8D

Tints of Deep Cerise #E72A8D

Color information

#E72A8D (or 0xE72A8D) is unknown color: approx Deep Cerise. HEX triplet: E7, 2A and 8D. RGB value is (231,42,141). Sum of RGB (Red+Green+Blue) = 231+42+141=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72A8D is #18D572. Grayscale: #6D6D6D. Windows color (decimal): -1627507 or 9251559. OLE color: 9251559.

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

Color convert

RGB23142141-
CMYK00.820.390.09
HSL328.57º79.75%53.53%-
HSV(B)328.57º81.82%90.59%-
XYZ38.5920.5727.14-
YUV109.8145.62214.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.80%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=55.80%
G=10.14%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314214100.820.390.09328.5779.7553.53
HexE72A8D0522791495036
Octal347522150122471151112066
Binary11100111101010100011010101001010011110011010010011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72A8D; }

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

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

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

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

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

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

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

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