#E86478

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

Shades of Froly #E86478

Tints of Froly #E86478

Color information

#E86478 (or 0xE86478) is unknown color: approx Froly. HEX triplet: E8, 64 and 78. RGB value is (232,100,120). Sum of RGB (Red+Green+Blue) = 232+100+120=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E86478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86478 is #179B87. Grayscale: #8D8D8D. Windows color (decimal): -1547144 or 7890152. OLE color: 7890152.

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

Color convert

RGB232100120-
CMYK00.570.480.09
HSL350.91º74.16%65.1%-
HSV(B)350.91º56.9%90.98%-
XYZ41.2327.6320.93-
YUV141.75115.73192.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.33%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=51.33%
G=22.12%
B=26.55%

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
Decimal23210012000.570.480.09350.9174.1665.1
HexE8647803930915f4a41
Octal3501441700716011537112101
Binary11101000110010011110000111001110000100110101111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86478; }

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

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

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

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

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

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

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

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