#E47084

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

Shades of Deep Blush #E47084

Tints of Deep Blush #E47084

Color information

#E47084 (or 0xE47084) is unknown color: approx Deep Blush. HEX triplet: E4, 70 and 84. RGB value is (228,112,132). Sum of RGB (Red+Green+Blue) = 228+112+132=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E47084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47084 is #1B8F7B. Grayscale: #959595. Windows color (decimal): -1806204 or 8679652. OLE color: 8679652.

HSL color Cylindrical-coordinate representation of color #E47084: hue angle of 349.66º 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 #E47084 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB228112132-
CMYK00.510.420.11
HSL349.66º68.24%66.67%-
HSV(B)349.66º50.88%89.41%-
XYZ41.9529.7525.36-
YUV148.96118.43184.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.31%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=48.31%
G=23.73%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811213200.510.420.11349.6668.2466.67
HexE470840332AB15e4443
Octal3441602040635213536104103
Binary111001001110000100001000110011101010101110101111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47084; }

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

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

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

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

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

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

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

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