#E85B6A

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

Shades of Froly #E85B6A

Tints of Froly #E85B6A

Color information

#E85B6A (or 0xE85B6A) is unknown color: approx Froly. HEX triplet: E8, 5B and 6A. RGB value is (232,91,106). Sum of RGB (Red+Green+Blue) = 232+91+106=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B6A is #17A495. Grayscale: #868686. Windows color (decimal): -1549462 or 6970344. OLE color: 6970344.

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

Color convert

RGB23291106-
CMYK00.610.540.09
HSL353.62º75.4%63.33%-
HSV(B)353.62º60.78%90.98%-
XYZ39.6225.6816.5-
YUV134.87111.71197.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.08%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=54.08%
G=21.21%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329110600.610.540.09353.6275.463.33
HexE85B6A03D3691624b3f
Octal350133152075661154211377
Binary1110100010110111101010011110111011010011011000101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85B6A; }

 p { color: rgb(232,91,106); }

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

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

 a { background-color: rgb(232,91,106); }

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

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

 span { border-color: rgb(232,91,106); }

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