#e87077

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

Shades of Froly #E87077

Tints of Froly #E87077

Color information

#E87077 (or 0xE87077) is unknown color: approx Froly. HEX triplet: E8, 70 and 77. RGB value is (232,112,119). Sum of RGB (Red+Green+Blue) = 232+112+119=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E87077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87077 is #178F88. Grayscale: #949494. Windows color (decimal): -1544073 or 7827688. OLE color: 7827688.

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

Color convert

RGB232112119-
CMYK00.520.490.09
HSL356.5º72.29%67.45%-
HSV(B)356.5º51.72%90.98%-
XYZ42.430.0821.02-
YUV148.68111.26187.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.11%
GREEN value IS 112 (44.14% from 255) = 24.19%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=50.11%
G=24.19%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211211900.520.490.09356.572.2967.45
HexE870770343191644843
Octal3501601670646111544110103
Binary11101000111000011101110110100110001100110110010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87077; }

 p { color: rgb(232,112,119); }

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

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

 a { background-color: rgb(232,112,119); }

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

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

 span { border-color: rgb(232,112,119); }

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