#E72B94

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

Shades of Deep Cerise #E72B94

Tints of Deep Cerise #E72B94

Color information

#E72B94 (or 0xE72B94) is unknown color: approx Deep Cerise. HEX triplet: E7, 2B and 94. RGB value is (231,43,148). Sum of RGB (Red+Green+Blue) = 231+43+148=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E72B94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72B94 is #18D46B. Grayscale: #6E6E6E. Windows color (decimal): -1627244 or 9710567. OLE color: 9710567.

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

Color convert

RGB23143148-
CMYK00.810.360.09
HSL326.49º79.66%53.73%-
HSV(B)326.49º81.39%90.59%-
XYZ39.1620.8529.98-
YUV111.18148.78213.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.74%
GREEN value IS 43 (17.19% from 255) = 10.19%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=54.74%
G=10.19%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314314800.810.360.09326.4979.6653.73
HexE72B940512491465036
Octal347532240121441150612066
Binary11100111101011100101000101000110010010011010001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72B94; }

 p { color: rgb(231,43,148); }

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

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

 a { background-color: rgb(231,43,148); }

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

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

 span { border-color: rgb(231,43,148); }

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