#E87180

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

Shades of Froly #E87180

Tints of Froly #E87180

Color information

#E87180 (or 0xE87180) is unknown color: approx Froly. HEX triplet: E8, 71 and 80. RGB value is (232,113,128). Sum of RGB (Red+Green+Blue) = 232+113+128=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E87180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87180 is #178E7F. Grayscale: #969696. Windows color (decimal): -1543808 or 8417768. OLE color: 8417768.

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

Color convert

RGB232113128-
CMYK00.510.450.09
HSL352.44º72.12%67.65%-
HSV(B)352.44º51.29%90.98%-
XYZ43.0830.5224.04-
YUV150.29115.42186.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.05%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=49.05%
G=23.89%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211312800.510.450.09352.4472.1267.65
HexE871800332D91604844
Octal3501612000635511540110104
Binary111010001110001100000000110011101101100110110000010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87180; }

 p { color: rgb(232,113,128); }

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

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

 a { background-color: rgb(232,113,128); }

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

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

 span { border-color: rgb(232,113,128); }

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