#e86d7c

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

Shades of Froly #E86D7C

Tints of Froly #E86D7C

Color information

#E86D7C (or 0xE86D7C) is unknown color: approx Froly. HEX triplet: E8, 6D and 7C. RGB value is (232,109,124). Sum of RGB (Red+Green+Blue) = 232+109+124=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86D7C is #179283. Grayscale: #939393. Windows color (decimal): -1544836 or 8154600. OLE color: 8154600.

HSL color Cylindrical-coordinate representation of color #E86D7C: hue angle of 352.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86D7C is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB232109124-
CMYK00.530.470.09
HSL352.68º72.78%66.86%-
HSV(B)352.68º53.02%90.98%-
XYZ42.3929.5522.54-
YUV147.49114.75188.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=49.89%
G=23.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210912400.530.470.09352.6872.7866.86
HexE86D7C0352F91614943
Octal3501551740655711541111103
Binary11101000110110111111000110101101111100110110000110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e86d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e86d7c; }

 p { color: rgb(232,109,124); }

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

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

 a { background-color: rgb(232,109,124); }

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

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

 span { border-color: rgb(232,109,124); }

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