#E96980

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

Shades of Deep Blush #E96980

Tints of Deep Blush #E96980

Color information

#E96980 (or 0xE96980) is unknown color: approx Deep Blush. HEX triplet: E9, 69 and 80. RGB value is (233,105,128). Sum of RGB (Red+Green+Blue) = 233+105+128=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E96980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96980 is #16967F. Grayscale: #919191. Windows color (decimal): -1480320 or 8415721. OLE color: 8415721.

HSL color Cylindrical-coordinate representation of color #E96980: hue angle of 349.22º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E96980 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233105128-
CMYK00.550.450.09
HSL349.22º74.42%66.27%-
HSV(B)349.22º54.94%91.37%-
XYZ42.5528.9923.77-
YUV145.89117.91190.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=50%
G=22.53%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310512800.550.450.09349.2274.4266.27
HexE969800372D915d4a42
Octal3511512000675511535112102
Binary111010011101001100000000110111101101100110101110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96980; }

 p { color: rgb(233,105,128); }

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

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

 a { background-color: rgb(233,105,128); }

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

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

 span { border-color: rgb(233,105,128); }

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