#E72281

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

Shades of Deep Cerise #E72281

Tints of Deep Cerise #E72281

Color information

#E72281 (or 0xE72281) is unknown color: approx Deep Cerise. HEX triplet: E7, 22 and 81. RGB value is (231,34,129). Sum of RGB (Red+Green+Blue) = 231+34+129=394 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.63% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 231 - color contains mainly: red. Hex color #E72281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72281 is #18DD7E. Grayscale: #676767. Windows color (decimal): -1629567 or 8463079. OLE color: 8463079.

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

Color convert

RGB23134129-
CMYK00.850.440.09
HSL331.07º80.41%51.96%-
HSV(B)331.07º85.28%90.59%-
XYZ37.4919.7222.6-
YUV103.73142.27218.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 58.63%
GREEN value IS 34 (13.67% from 255) = 8.63%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=58.63%
G=8.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313412900.850.440.09331.0780.4151.96
HexE722810552C914b5034
Octal347422010125541151312064
Binary11100111100010100000010101010110110010011010010111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E72281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E72281; }

 p { color: rgb(231,34,129); }

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

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

 a { background-color: rgb(231,34,129); }

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

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

 span { border-color: rgb(231,34,129); }

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