#E85966

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

Shades of Froly #E85966

Tints of Froly #E85966

Color information

#E85966 (or 0xE85966) is unknown color: approx Froly. HEX triplet: E8, 59 and 66. RGB value is (232,89,102). Sum of RGB (Red+Green+Blue) = 232+89+102=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E85966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85966 is #17A699. Grayscale: #858585. Windows color (decimal): -1549978 or 6707688. OLE color: 6707688.

HSL color Cylindrical-coordinate representation of color #E85966: hue angle of 354.55º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85966 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB23289102-
CMYK00.620.560.09
HSL354.55º75.66%62.94%-
HSV(B)354.55º61.64%90.98%-
XYZ39.2525.2615.38-
YUV133.24110.38198.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.85%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=54.85%
G=21.04%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328910200.620.560.09354.5575.6662.94
HexE8596603E3891634c3f
Octal350131146076701154311477
Binary1110100010110011100110011111011100010011011000111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85966; }

 p { color: rgb(232,89,102); }

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

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

 a { background-color: rgb(232,89,102); }

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

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

 span { border-color: rgb(232,89,102); }

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