#E96580

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

Shades of Deep Blush #E96580

Tints of Deep Blush #E96580

Color information

#E96580 (or 0xE96580) is unknown color: approx Deep Blush. HEX triplet: E9, 65 and 80. RGB value is (233,101,128). Sum of RGB (Red+Green+Blue) = 233+101+128=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E96580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96580 is #169A7F. Grayscale: #8F8F8F. Windows color (decimal): -1481344 or 8414697. OLE color: 8414697.

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

Color convert

RGB233101128-
CMYK00.570.450.09
HSL347.73º75%65.49%-
HSV(B)347.73º56.65%91.37%-
XYZ42.1528.1923.64-
YUV143.55119.23191.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.43%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=50.43%
G=21.86%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310112800.570.450.09347.737565.49
HexE965800392D915c4b41
Octal3511452000715511534113101
Binary111010011100101100000000111001101101100110101110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96580; }

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

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

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

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

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

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

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

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