#E47080

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

Shades of Deep Blush #E47080

Tints of Deep Blush #E47080

Color information

#E47080 (or 0xE47080) is unknown color: approx Deep Blush. HEX triplet: E4, 70 and 80. RGB value is (228,112,128). Sum of RGB (Red+Green+Blue) = 228+112+128=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E47080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47080 is #1B8F7F. Grayscale: #949494. Windows color (decimal): -1806208 or 8417508. OLE color: 8417508.

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

Color convert

RGB228112128-
CMYK00.510.440.11
HSL351.72º68.24%66.67%-
HSV(B)351.72º50.88%89.41%-
XYZ41.6929.6423.95-
YUV148.51116.43184.7-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.72%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=48.72%
G=23.93%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811212800.510.440.11351.7268.2466.67
HexE470800332CB1604443
Octal3441602000635413540104103
Binary111001001110000100000000110011101100101110110000010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47080; }

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

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

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

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

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

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

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

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