#E47D80

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

Shades of Froly #E47D80

Tints of Froly #E47D80

Color information

#E47D80 (or 0xE47D80) is unknown color: approx Froly. HEX triplet: E4, 7D and 80. RGB value is (228,125,128). Sum of RGB (Red+Green+Blue) = 228+125+128=481 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.40% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47D80 is #1B827F. Grayscale: #9C9C9C. Windows color (decimal): -1802880 or 8420836. OLE color: 8420836.

HSL color Cylindrical-coordinate representation of color #E47D80: hue angle of 358.25º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47D80 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB228125128-
CMYK00.450.440.11
HSL358.25º65.61%69.22%-
HSV(B)358.25º45.18%89.41%-
XYZ43.2232.7224.46-
YUV156.14112.12179.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.40%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=47.40%
G=25.99%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812512800.450.440.11358.2565.6169.22
HexE47D8002D2CB1664245
Octal3441752000555413546102105
Binary111001001111101100000000101101101100101110110011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47D80; }

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

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

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

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

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

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

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

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