#E16D84

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

Shades of Deep Blush #E16D84

Tints of Deep Blush #E16D84

Color information

#E16D84 (or 0xE16D84) is unknown color: approx Deep Blush. HEX triplet: E1, 6D and 84. RGB value is (225,109,132). Sum of RGB (Red+Green+Blue) = 225+109+132=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16D84 is #1E927B. Grayscale: #929292. Windows color (decimal): -2003580 or 8678881. OLE color: 8678881.

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

Color convert

RGB225109132-
CMYK00.520.410.12
HSL348.1º65.91%65.49%-
HSV(B)348.1º51.56%88.24%-
XYZ40.6828.6125.21-
YUV146.31119.93184.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=48.28%
G=23.39%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510913200.520.410.12348.165.9165.49
HexE16D8403429C15c4241
Octal3411552040645114534102101
Binary111000011101101100001000110100101001110010101110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16D84; }

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

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

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

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

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

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

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

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