#e87277

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

Shades of Froly #E87277

Tints of Froly #E87277

Color information

#E87277 (or 0xE87277) is unknown color: approx Froly. HEX triplet: E8, 72 and 77. RGB value is (232,114,119). Sum of RGB (Red+Green+Blue) = 232+114+119=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E87277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87277 is #178D88. Grayscale: #959595. Windows color (decimal): -1543561 or 7828200. OLE color: 7828200.

HSL color Cylindrical-coordinate representation of color #E87277: hue angle of 357.46º 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 #E87277 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB232114119-
CMYK00.510.490.09
HSL357.46º71.95%67.84%-
HSV(B)357.46º50.86%90.98%-
XYZ42.6330.5221.1-
YUV149.85110.59186.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=49.89%
G=24.52%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211411900.510.490.09357.4671.9567.84
HexE872770333191654844
Octal3501621670636111545110104
Binary11101000111001011101110110011110001100110110010110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e87277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e87277; }

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

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

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

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

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

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

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

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