#E86870

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

Shades of Froly #E86870

Tints of Froly #E86870

Color information

#E86870 (or 0xE86870) is unknown color: approx Froly. HEX triplet: E8, 68 and 70. RGB value is (232,104,112). Sum of RGB (Red+Green+Blue) = 232+104+112=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E86870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86870 is #17978F. Grayscale: #8F8F8F. Windows color (decimal): -1546128 or 7366888. OLE color: 7366888.

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

Color convert

RGB232104112-
CMYK00.550.520.09
HSL356.25º73.56%65.88%-
HSV(B)356.25º55.17%90.98%-
XYZ41.1528.2318.61-
YUV143.18110.41191.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.79%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 112 (44.14% from 255) = 25%
R=51.79%
G=23.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210411200.550.520.09356.2573.5665.88
HexE868700373491644a42
Octal3501501600676411544112102
Binary11101000110100011100000110111110100100110110010010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86870; }

 p { color: rgb(232,104,112); }

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

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

 a { background-color: rgb(232,104,112); }

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

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

 span { border-color: rgb(232,104,112); }

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