#E85F6E

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

Shades of Froly #E85F6E

Tints of Froly #E85F6E

Color information

#E85F6E (or 0xE85F6E) is unknown color: approx Froly. HEX triplet: E8, 5F and 6E. RGB value is (232,95,110). Sum of RGB (Red+Green+Blue) = 232+95+110=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F6E is #17A091. Grayscale: #898989. Windows color (decimal): -1548434 or 7233512. OLE color: 7233512.

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

Color convert

RGB23295110-
CMYK00.590.530.09
HSL353.43º74.86%64.12%-
HSV(B)353.43º59.05%90.98%-
XYZ40.1926.4717.74-
YUV137.67112.39195.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.09%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=53.09%
G=21.74%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329511000.590.530.09353.4374.8664.12
HexE85F6E03B3591614b40
Octal3501371560736511541113100
Binary11101000101111111011100111011110101100110110000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85F6E; }

 p { color: rgb(232,95,110); }

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

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

 a { background-color: rgb(232,95,110); }

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

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

 span { border-color: rgb(232,95,110); }

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