#e87b80

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

Shades of Froly #E87B80

Tints of Froly #E87B80

Color information

#E87B80 (or 0xE87B80) is unknown color: approx Froly. HEX triplet: E8, 7B and 80. RGB value is (232,123,128). Sum of RGB (Red+Green+Blue) = 232+123+128=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87B80 is #17847F. Grayscale: #9C9C9C. Windows color (decimal): -1541248 or 8420328. OLE color: 8420328.

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

Color convert

RGB232123128-
CMYK00.470.450.09
HSL357.25º70.32%69.61%-
HSV(B)357.25º46.98%90.98%-
XYZ44.2632.8824.44-
YUV156.16112.11182.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.03%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=48.03%
G=25.47%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212312800.470.450.09357.2570.3269.61
HexE87B8002F2D91654646
Octal3501732000575511545106106
Binary111010001111011100000000101111101101100110110010110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87b80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87b80; }

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

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

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

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

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

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

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

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