#E47F82

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

Shades of Froly #E47F82

Tints of Froly #E47F82

Color information

#E47F82 (or 0xE47F82) is unknown color: approx Froly. HEX triplet: E4, 7F and 82. RGB value is (228,127,130). Sum of RGB (Red+Green+Blue) = 228+127+130=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E47F82 is #1B807D. Grayscale: #9D9D9D. Windows color (decimal): -1802366 or 8552420. OLE color: 8552420.

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

Color convert

RGB228127130-
CMYK00.440.430.11
HSL358.22º65.16%69.61%-
HSV(B)358.22º44.3%89.41%-
XYZ43.6133.2825.24-
YUV157.54112.46178.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.01%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=47.01%
G=26.19%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812713000.440.430.11358.2265.1669.61
HexE47F8202C2BB1664146
Octal3441772020545313546101106
Binary111001001111111100000100101100101011101110110011010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47F82; }

 p { color: rgb(228,127,130); }

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

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

 a { background-color: rgb(228,127,130); }

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

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

 span { border-color: rgb(228,127,130); }

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