#E85B6B

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

Shades of Froly #E85B6B

Tints of Froly #E85B6B

Color information

#E85B6B (or 0xE85B6B) is unknown color: approx Froly. HEX triplet: E8, 5B and 6B. RGB value is (232,91,107). Sum of RGB (Red+Green+Blue) = 232+91+107=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B6B is #17A494. Grayscale: #878787. Windows color (decimal): -1549461 or 7035880. OLE color: 7035880.

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

Color convert

RGB23291107-
CMYK00.610.540.09
HSL353.19º75.4%63.33%-
HSV(B)353.19º60.78%90.98%-
XYZ39.6725.716.78-
YUV134.98112.21197.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.95%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 107 (42.19% from 255) = 24.88%
R=53.95%
G=21.16%
B=24.88%

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
Decimal2329110700.610.540.09353.1975.463.33
HexE85B6B03D3691614b3f
Octal350133153075661154111377
Binary1110100010110111101011011110111011010011011000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85B6B; }

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

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

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

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

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

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

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

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