#E96880

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

Shades of Deep Blush #E96880

Tints of Deep Blush #E96880

Color information

#E96880 (or 0xE96880) is unknown color: approx Deep Blush. HEX triplet: E9, 68 and 80. RGB value is (233,104,128). Sum of RGB (Red+Green+Blue) = 233+104+128=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E96880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96880 is #16977F. Grayscale: #919191. Windows color (decimal): -1480576 or 8415465. OLE color: 8415465.

HSL color Cylindrical-coordinate representation of color #E96880: hue angle of 348.84º degrees, saturation: 0.75, 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 #E96880 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB233104128-
CMYK00.550.450.09
HSL348.84º74.57%66.08%-
HSV(B)348.84º55.36%91.37%-
XYZ42.4528.7823.74-
YUV145.31118.24190.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.11%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=50.11%
G=22.37%
B=27.53%

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
Decimal23310412800.550.450.09348.8474.5766.08
HexE968800372D915d4b42
Octal3511502000675511535113102
Binary111010011101000100000000110111101101100110101110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96880; }

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

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

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

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

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

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

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

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