#E16885

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

Shades of Deep Blush #E16885

Tints of Deep Blush #E16885

Color information

#E16885 (or 0xE16885) is unknown color: approx Deep Blush. HEX triplet: E1, 68 and 85. RGB value is (225,104,133). Sum of RGB (Red+Green+Blue) = 225+104+133=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E16885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16885 is #1E977A. Grayscale: #8F8F8F. Windows color (decimal): -2004859 or 8743137. OLE color: 8743137.

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

Color convert

RGB225104133-
CMYK00.540.410.12
HSL345.62º66.85%64.51%-
HSV(B)345.62º53.78%88.24%-
XYZ40.2427.625.4-
YUV143.48122.09186.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=48.70%
G=22.51%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510413300.540.410.12345.6266.8564.51
HexE1688503629C15a4341
Octal3411502050665114532103101
Binary111000011101000100001010110110101001110010101101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16885; }

 p { color: rgb(225,104,133); }

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

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

 a { background-color: rgb(225,104,133); }

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

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

 span { border-color: rgb(225,104,133); }

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