#e16985

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

Shades of Deep Blush #E16985

Tints of Deep Blush #E16985

Color information

#E16985 (or 0xE16985) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 85. RGB value is (225,105,133). Sum of RGB (Red+Green+Blue) = 225+105+133=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E16985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16985 is #1E967A. Grayscale: #909090. Windows color (decimal): -2004603 or 8743393. OLE color: 8743393.

HSL color Cylindrical-coordinate representation of color #E16985: hue angle of 346º 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 #E16985 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225105133-
CMYK00.530.410.12
HSL346º66.67%64.71%-
HSV(B)346º53.33%88.24%-
XYZ40.3427.825.43-
YUV144.07121.76185.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=48.60%
G=22.68%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510513300.530.410.1234666.6764.71
HexE1698503529C15a4341
Octal3411512050655114532103101
Binary111000011101001100001010110101101001110010101101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16985; }

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

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

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

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

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

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

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

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