#E72A7B

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

Shades of Deep Cerise #E72A7B

Tints of Deep Cerise #E72A7B

Color information

#E72A7B (or 0xE72A7B) is unknown color: approx Deep Cerise. HEX triplet: E7, 2A and 7B. RGB value is (231,42,123). Sum of RGB (Red+Green+Blue) = 231+42+123=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72A7B is #18D584. Grayscale: #6B6B6B. Windows color (decimal): -1627525 or 8071911. OLE color: 8071911.

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

Color convert

RGB23142123-
CMYK00.820.470.09
HSL334.29º79.75%53.53%-
HSV(B)334.29º81.82%90.59%-
XYZ37.3620.0720.64-
YUV107.74136.62215.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.33%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=58.33%
G=10.61%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314212300.820.470.09334.2979.7553.53
HexE72A7B0522F914e5036
Octal347521730122571151612066
Binary1110011110101011110110101001010111110011010011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72A7B; }

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

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

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

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

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

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

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

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