#E16686

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

Shades of Deep Blush #E16686

Tints of Deep Blush #E16686

Color information

#E16686 (or 0xE16686) is unknown color: approx Deep Blush. HEX triplet: E1, 66 and 86. RGB value is (225,102,134). Sum of RGB (Red+Green+Blue) = 225+102+134=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E16686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16686 is #1E9979. Grayscale: #8E8E8E. Windows color (decimal): -2005370 or 8808161. OLE color: 8808161.

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

Color convert

RGB225102134-
CMYK00.550.400.12
HSL344.39º67.21%64.12%-
HSV(B)344.39º54.67%88.24%-
XYZ40.1127.2325.7-
YUV142.42123.25186.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=48.81%
G=22.13%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510213400.550.400.12344.3967.2164.12
HexE1668603728C1584340
Octal3411462060675014530103100
Binary111000011100110100001100110111101000110010101100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16686; }

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

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

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

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

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

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

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

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