#E16D89

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

Shades of Deep Blush #E16D89

Tints of Deep Blush #E16D89

Color information

#E16D89 (or 0xE16D89) is unknown color: approx Deep Blush. HEX triplet: E1, 6D and 89. RGB value is (225,109,137). Sum of RGB (Red+Green+Blue) = 225+109+137=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D89 is #1E9276. Grayscale: #929292. Windows color (decimal): -2003575 or 9006561. OLE color: 9006561.

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

Color convert

RGB225109137-
CMYK00.520.390.12
HSL345.52º65.91%65.49%-
HSV(B)345.52º51.56%88.24%-
XYZ41.0428.7527.05-
YUV146.88122.43183.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=47.77%
G=23.14%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510913700.520.390.12345.5265.9165.49
HexE16D8903427C15a4241
Octal3411552110644714532102101
Binary111000011101101100010010110100100111110010101101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D89; }

 p { color: rgb(225,109,137); }

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

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

 a { background-color: rgb(225,109,137); }

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

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

 span { border-color: rgb(225,109,137); }

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