#e86673

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

Shades of Froly #E86673

Tints of Froly #E86673

Color information

#E86673 (or 0xE86673) is unknown color: approx Froly. HEX triplet: E8, 66 and 73. RGB value is (232,102,115). Sum of RGB (Red+Green+Blue) = 232+102+115=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E86673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86673 is #17998C. Grayscale: #8E8E8E. Windows color (decimal): -1546637 or 7562984. OLE color: 7562984.

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

Color convert

RGB232102115-
CMYK00.560.500.09
HSL354º73.86%65.49%-
HSV(B)354º56.03%90.98%-
XYZ41.1227.919.44-
YUV142.35112.57191.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.67%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=51.67%
G=22.72%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210211500.560.500.0935473.8665.49
HexE866730383291624a41
Octal3501461630706211542112101
Binary11101000110011011100110111000110010100110110001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86673; }

 p { color: rgb(232,102,115); }

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

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

 a { background-color: rgb(232,102,115); }

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

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

 span { border-color: rgb(232,102,115); }

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