#E47881

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

Shades of Froly #E47881

Tints of Froly #E47881

Color information

#E47881 (or 0xE47881) is unknown color: approx Froly. HEX triplet: E4, 78 and 81. RGB value is (228,120,129). Sum of RGB (Red+Green+Blue) = 228+120+129=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47881 is #1B877E. Grayscale: #999999. Windows color (decimal): -1804159 or 8485092. OLE color: 8485092.

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

Color convert

RGB228120129-
CMYK00.470.430.11
HSL355º66.67%68.24%-
HSV(B)355º47.37%89.41%-
XYZ42.6731.5124.6-
YUV153.32114.28181.27-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=47.80%
G=25.16%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812012900.470.430.1135566.6768.24
HexE4788102F2BB1634344
Octal3441702010575313543103104
Binary111001001111000100000010101111101011101110110001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47881; }

 p { color: rgb(228,120,129); }

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

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

 a { background-color: rgb(228,120,129); }

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

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

 span { border-color: rgb(228,120,129); }

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