#E16984

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

Shades of Deep Blush #E16984

Tints of Deep Blush #E16984

Color information

#E16984 (or 0xE16984) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 84. RGB value is (225,105,132). Sum of RGB (Red+Green+Blue) = 225+105+132=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E16984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16984 is #1E967B. Grayscale: #8F8F8F. Windows color (decimal): -2004604 or 8677857. OLE color: 8677857.

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

Color convert

RGB225105132-
CMYK00.530.410.12
HSL346.5º66.67%64.71%-
HSV(B)346.5º53.33%88.24%-
XYZ40.2727.7825.07-
YUV143.96121.26185.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=48.70%
G=22.73%
B=28.57%

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
Decimal22510513200.530.410.12346.566.6764.71
HexE1698403529C15a4341
Octal3411512040655114532103101
Binary111000011101001100001000110101101001110010101101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16984; }

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

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

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

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

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

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

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

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