#E86063

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

Shades of Froly #E86063

Tints of Froly #E86063

Color information

#E86063 (or 0xE86063) is unknown color: approx Froly. HEX triplet: E8, 60 and 63. RGB value is (232,96,99). Sum of RGB (Red+Green+Blue) = 232+96+99=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E86063 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86063 is #179F9C. Grayscale: #898989. Windows color (decimal): -1548189 or 6512872. OLE color: 6512872.

HSL color Cylindrical-coordinate representation of color #E86063: hue angle of 358.68º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86063 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB2329699-
CMYK00.590.570.09
HSL358.68º74.73%64.31%-
HSV(B)358.68º58.62%90.98%-
XYZ39.7126.4214.81-
YUV137.01106.56195.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.33%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=54.33%
G=22.48%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232969900.590.570.09358.6874.7364.31
HexE8606303B3991674b40
Octal3501401430737111547113100
Binary11101000110000011000110111011111001100110110011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86063; }

 p { color: rgb(232,96,99); }

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

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

 a { background-color: rgb(232,96,99); }

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

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

 span { border-color: rgb(232,96,99); }

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