#E16E86

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

Shades of Deep Blush #E16E86

Tints of Deep Blush #E16E86

Color information

#E16E86 (or 0xE16E86) is unknown color: approx Deep Blush. HEX triplet: E1, 6E and 86. RGB value is (225,110,134). Sum of RGB (Red+Green+Blue) = 225+110+134=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E86 is #1E9179. Grayscale: #939393. Windows color (decimal): -2003322 or 8810209. OLE color: 8810209.

HSL color Cylindrical-coordinate representation of color #E16E86: hue angle of 347.48º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16E86 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225110134-
CMYK00.510.400.12
HSL347.48º65.71%65.69%-
HSV(B)347.48º51.11%88.24%-
XYZ40.9328.8825.97-
YUV147.12120.6183.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 110 (43.36% from 255) = 23.45%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=47.97%
G=23.45%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511013400.510.400.12347.4865.7165.69
HexE16E8603328C15b4242
Octal3411562060635014533102102
Binary111000011101110100001100110011101000110010101101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16E86; }

 p { color: rgb(225,110,134); }

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

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

 a { background-color: rgb(225,110,134); }

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

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

 span { border-color: rgb(225,110,134); }

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