#E16786

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

Shades of Deep Blush #E16786

Tints of Deep Blush #E16786

Color information

#E16786 (or 0xE16786) is unknown color: approx Deep Blush. HEX triplet: E1, 67 and 86. RGB value is (225,103,134). Sum of RGB (Red+Green+Blue) = 225+103+134=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E16786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16786 is #1E9879. Grayscale: #8F8F8F. Windows color (decimal): -2005114 or 8808417. OLE color: 8808417.

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

Color convert

RGB225103134-
CMYK00.540.400.12
HSL344.75º67.03%64.31%-
HSV(B)344.75º54.22%88.24%-
XYZ40.227.4325.73-
YUV143.01122.92186.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=48.70%
G=22.29%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510313400.540.400.12344.7567.0364.31
HexE1678603628C1594340
Octal3411472060665014531103100
Binary111000011100111100001100110110101000110010101100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16786; }

 p { color: rgb(225,103,134); }

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

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

 a { background-color: rgb(225,103,134); }

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

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

 span { border-color: rgb(225,103,134); }

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