#E86476

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

Shades of Froly #E86476

Tints of Froly #E86476

Color information

#E86476 (or 0xE86476) is unknown color: approx Froly. HEX triplet: E8, 64 and 76. RGB value is (232,100,118). Sum of RGB (Red+Green+Blue) = 232+100+118=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E86476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86476 is #179B89. Grayscale: #8D8D8D. Windows color (decimal): -1547146 or 7759080. OLE color: 7759080.

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

Color convert

RGB232100118-
CMYK00.570.490.09
HSL351.82º74.16%65.1%-
HSV(B)351.82º56.9%90.98%-
XYZ41.1127.5820.3-
YUV141.52114.73192.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.56%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=51.56%
G=22.22%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210011800.570.490.09351.8274.1665.1
HexE864760393191604a41
Octal3501441660716111540112101
Binary11101000110010011101100111001110001100110110000010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86476; }

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

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

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

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

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

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

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

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