#E85C6D

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

Shades of Froly #E85C6D

Tints of Froly #E85C6D

Color information

#E85C6D (or 0xE85C6D) is unknown color: approx Froly. HEX triplet: E8, 5C and 6D. RGB value is (232,92,109). Sum of RGB (Red+Green+Blue) = 232+92+109=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C6D is #17A392. Grayscale: #878787. Windows color (decimal): -1549203 or 7167208. OLE color: 7167208.

HSL color Cylindrical-coordinate representation of color #E85C6D: hue angle of 352.71º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85C6D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB23292109-
CMYK00.600.530.09
HSL352.71º75.27%63.53%-
HSV(B)352.71º60.34%90.98%-
XYZ39.8725.9117.37-
YUV135.8112.88196.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.58%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=53.58%
G=21.25%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329210900.600.530.09352.7175.2763.53
HexE85C6D03C3591614b40
Octal3501341550746511541113100
Binary11101000101110011011010111100110101100110110000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85C6D; }

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

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

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

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

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

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

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

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