#E87F82

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

Shades of Froly #E87F82

Tints of Froly #E87F82

Color information

#E87F82 (or 0xE87F82) is unknown color: approx Froly. HEX triplet: E8, 7F and 82. RGB value is (232,127,130). Sum of RGB (Red+Green+Blue) = 232+127+130=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F82 is #17807D. Grayscale: #9E9E9E. Windows color (decimal): -1540222 or 8552424. OLE color: 8552424.

HSL color Cylindrical-coordinate representation of color #E87F82: hue angle of 358.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87F82 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB232127130-
CMYK00.450.440.09
HSL358.29º69.54%70.39%-
HSV(B)358.29º45.26%90.98%-
XYZ44.933.9525.31-
YUV158.74111.79180.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=47.44%
G=25.97%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212713000.450.440.09358.2969.5470.39
HexE87F8202D2C91664646
Octal3501772020555411546106106
Binary111010001111111100000100101101101100100110110011010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87F82; }

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

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

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

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

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

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

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

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