#E97086

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

Shades of Deep Blush #E97086

Tints of Deep Blush #E97086

Color information

#E97086 (or 0xE97086) is unknown color: approx Deep Blush. HEX triplet: E9, 70 and 86. RGB value is (233,112,134). Sum of RGB (Red+Green+Blue) = 233+112+134=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E97086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97086 is #168F79. Grayscale: #969696. Windows color (decimal): -1478522 or 8810729. OLE color: 8810729.

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

Color convert

RGB233112134-
CMYK00.520.420.09
HSL349.09º73.33%67.65%-
HSV(B)349.09º51.93%91.37%-
XYZ43.730.6326.16-
YUV150.69118.59186.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.64%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=48.64%
G=23.38%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311213400.520.420.09349.0973.3367.65
HexE970860342A915d4944
Octal3511602060645211535111104
Binary111010011110000100001100110100101010100110101110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97086; }

 p { color: rgb(233,112,134); }

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

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

 a { background-color: rgb(233,112,134); }

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

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

 span { border-color: rgb(233,112,134); }

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