#E72A83

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

Shades of Deep Cerise #E72A83

Tints of Deep Cerise #E72A83

Color information

#E72A83 (or 0xE72A83) is unknown color: approx Deep Cerise. HEX triplet: E7, 2A and 83. RGB value is (231,42,131). Sum of RGB (Red+Green+Blue) = 231+42+131=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72A83 is #18D57C. Grayscale: #6C6C6C. Windows color (decimal): -1627517 or 8596199. OLE color: 8596199.

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

Color convert

RGB23142131-
CMYK00.820.430.09
HSL331.75º79.75%53.53%-
HSV(B)331.75º81.82%90.59%-
XYZ37.8820.2823.39-
YUV108.66140.62215.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 57.18%
GREEN value IS 42 (16.80% from 255) = 10.40%
BLUE value IS 131 (51.56% from 255) = 32.43%
R=57.18%
G=10.40%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2314213100.820.430.09331.7579.7553.53
HexE72A830522B914c5036
Octal347522030122531151412066
Binary11100111101010100000110101001010101110011010011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72A83; }

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

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

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

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

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

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

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

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