#E72A95

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

Shades of Deep Cerise #E72A95

Tints of Deep Cerise #E72A95

Color information

#E72A95 (or 0xE72A95) is unknown color: approx Deep Cerise. HEX triplet: E7, 2A and 95. RGB value is (231,42,149). Sum of RGB (Red+Green+Blue) = 231+42+149=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72A95 is #18D56A. Grayscale: #6E6E6E. Windows color (decimal): -1627499 or 9775847. OLE color: 9775847.

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

Color convert

RGB23142149-
CMYK00.820.350.09
HSL326.03º79.75%53.53%-
HSV(B)326.03º81.82%90.59%-
XYZ39.2120.8130.38-
YUV110.71149.62213.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.74%
GREEN value IS 42 (16.80% from 255) = 9.95%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=54.74%
G=9.95%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314214900.820.350.09326.0379.7553.53
HexE72A950522391465036
Octal347522250122431150612066
Binary11100111101010100101010101001010001110011010001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72A95; }

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

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

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

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

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

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

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

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