#E96982

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

Shades of Deep Blush #E96982

Tints of Deep Blush #E96982

Color information

#E96982 (or 0xE96982) is unknown color: approx Deep Blush. HEX triplet: E9, 69 and 82. RGB value is (233,105,130). Sum of RGB (Red+Green+Blue) = 233+105+130=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E96982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96982 is #16967D. Grayscale: #929292. Windows color (decimal): -1480318 or 8546793. OLE color: 8546793.

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

Color convert

RGB233105130-
CMYK00.550.440.09
HSL348.28º74.42%66.27%-
HSV(B)348.28º54.94%91.37%-
XYZ42.6929.0424.47-
YUV146.12118.91189.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.79%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=49.79%
G=22.44%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310513000.550.440.09348.2874.4266.27
HexE969820372C915c4a42
Octal3511512020675411534112102
Binary111010011101001100000100110111101100100110101110010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96982; }

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

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

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

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

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

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

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

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