#E86573

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

Shades of Froly #E86573

Tints of Froly #E86573

Color information

#E86573 (or 0xE86573) is unknown color: approx Froly. HEX triplet: E8, 65 and 73. RGB value is (232,101,115). Sum of RGB (Red+Green+Blue) = 232+101+115=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86573 is #179A8C. Grayscale: #8D8D8D. Windows color (decimal): -1546893 or 7562728. OLE color: 7562728.

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

Color convert

RGB232101115-
CMYK00.560.500.09
HSL353.59º74.01%65.29%-
HSV(B)353.59º56.47%90.98%-
XYZ41.0327.719.4-
YUV141.77112.9192.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.79%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=51.79%
G=22.54%
B=25.67%

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
Decimal23210111500.560.500.09353.5974.0165.29
HexE865730383291624a41
Octal3501451630706211542112101
Binary11101000110010111100110111000110010100110110001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86573; }

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

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

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

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

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

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

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

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