#E47086

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

Shades of Deep Blush #E47086

Tints of Deep Blush #E47086

Color information

#E47086 (or 0xE47086) is unknown color: approx Deep Blush. HEX triplet: E4, 70 and 86. RGB value is (228,112,134). Sum of RGB (Red+Green+Blue) = 228+112+134=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E47086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47086 is #1B8F79. Grayscale: #959595. Windows color (decimal): -1806202 or 8810724. OLE color: 8810724.

HSL color Cylindrical-coordinate representation of color #E47086: hue angle of 348.62º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E47086 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB228112134-
CMYK00.510.410.11
HSL348.62º68.24%66.67%-
HSV(B)348.62º50.88%89.41%-
XYZ42.0929.826.09-
YUV149.19119.43184.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.10%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 134 (52.73% from 255) = 28.27%
R=48.10%
G=23.63%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811213400.510.410.11348.6268.2466.67
HexE4708603329B15d4443
Octal3441602060635113535104103
Binary111001001110000100001100110011101001101110101110110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47086; }

 p { color: rgb(228,112,134); }

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

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

 a { background-color: rgb(228,112,134); }

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

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

 span { border-color: rgb(228,112,134); }

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