#E72A7C

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

Shades of Deep Cerise #E72A7C

Tints of Deep Cerise #E72A7C

Color information

#E72A7C (or 0xE72A7C) is unknown color: approx Deep Cerise. HEX triplet: E7, 2A and 7C. RGB value is (231,42,124). Sum of RGB (Red+Green+Blue) = 231+42+124=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72A7C is #18D583. Grayscale: #6B6B6B. Windows color (decimal): -1627524 or 8137447. OLE color: 8137447.

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

Color convert

RGB23142124-
CMYK00.820.460.09
HSL333.97º79.75%53.53%-
HSV(B)333.97º81.82%90.59%-
XYZ37.4220.120.98-
YUV107.86137.12215.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.19%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=58.19%
G=10.58%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314212400.820.460.09333.9779.7553.53
HexE72A7C0522E914e5036
Octal347521740122561151612066
Binary1110011110101011111000101001010111010011010011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72A7C; }

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

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

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

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

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

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

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

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