#E86479

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

Shades of Froly #E86479

Tints of Froly #E86479

Color information

#E86479 (or 0xE86479) is unknown color: approx Froly. HEX triplet: E8, 64 and 79. RGB value is (232,100,121). Sum of RGB (Red+Green+Blue) = 232+100+121=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E86479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86479 is #179B86. Grayscale: #8D8D8D. Windows color (decimal): -1547143 or 7955688. OLE color: 7955688.

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

Color convert

RGB232100121-
CMYK00.570.480.09
HSL350.45º74.16%65.1%-
HSV(B)350.45º56.9%90.98%-
XYZ41.2927.6521.25-
YUV141.86116.23192.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.21%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=51.21%
G=22.08%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210012100.570.480.09350.4574.1665.1
HexE8647903930915e4a41
Octal3501441710716011536112101
Binary11101000110010011110010111001110000100110101111010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86479; }

 p { color: rgb(232,100,121); }

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

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

 a { background-color: rgb(232,100,121); }

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

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

 span { border-color: rgb(232,100,121); }

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