#E16986

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

Shades of Deep Blush #E16986

Tints of Deep Blush #E16986

Color information

#E16986 (or 0xE16986) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 86. RGB value is (225,105,134). Sum of RGB (Red+Green+Blue) = 225+105+134=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E16986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16986 is #1E9679. Grayscale: #909090. Windows color (decimal): -2004602 or 8808929. OLE color: 8808929.

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

Color convert

RGB225105134-
CMYK00.530.400.12
HSL345.5º66.67%64.71%-
HSV(B)345.5º53.33%88.24%-
XYZ40.4127.8325.8-
YUV144.19122.26185.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=48.49%
G=22.63%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510513400.530.400.12345.566.6764.71
HexE1698603528C15a4341
Octal3411512060655014532103101
Binary111000011101001100001100110101101000110010101101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16986; }

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

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

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

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

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

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

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

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