#E86278

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

Shades of Froly #E86278

Tints of Froly #E86278

Color information

#E86278 (or 0xE86278) is unknown color: approx Froly. HEX triplet: E8, 62 and 78. RGB value is (232,98,120). Sum of RGB (Red+Green+Blue) = 232+98+120=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E86278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86278 is #179D87. Grayscale: #8C8C8C. Windows color (decimal): -1547656 or 7889640. OLE color: 7889640.

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

Color convert

RGB23298120-
CMYK00.580.480.09
HSL350.15º74.44%64.71%-
HSV(B)350.15º57.76%90.98%-
XYZ41.0427.2520.87-
YUV140.57116.39193.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.56%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=51.56%
G=21.78%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329812000.580.480.09350.1574.4464.71
HexE8627803A30915e4a41
Octal3501421700726011536112101
Binary11101000110001011110000111010110000100110101111010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86278; }

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

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

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

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

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

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

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

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