#e86178

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

Shades of Froly #E86178

Tints of Froly #E86178

Color information

#E86178 (or 0xE86178) is unknown color: approx Froly. HEX triplet: E8, 61 and 78. RGB value is (232,97,120). Sum of RGB (Red+Green+Blue) = 232+97+120=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86178 is #179E87. Grayscale: #8C8C8C. Windows color (decimal): -1547912 or 7889384. OLE color: 7889384.

HSL color Cylindrical-coordinate representation of color #E86178: hue angle of 349.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86178 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB23297120-
CMYK00.580.480.09
HSL349.78º74.59%64.51%-
HSV(B)349.78º58.19%90.98%-
XYZ40.9427.0620.83-
YUV139.99116.73193.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.67%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=51.67%
G=21.60%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329712000.580.480.09349.7874.5964.51
HexE8617803A30915e4b41
Octal3501411700726011536113101
Binary11101000110000111110000111010110000100110101111010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86178; }

 p { color: rgb(232,97,120); }

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

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

 a { background-color: rgb(232,97,120); }

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

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

 span { border-color: rgb(232,97,120); }

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