#e56d7c

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

Shades of Froly #E56D7C

Tints of Froly #E56D7C

Color information

#E56D7C (or 0xE56D7C) is unknown color: approx Froly. HEX triplet: E5, 6D and 7C. RGB value is (229,109,124). Sum of RGB (Red+Green+Blue) = 229+109+124=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56D7C is #1A9283. Grayscale: #929292. Windows color (decimal): -1741444 or 8154597. OLE color: 8154597.

HSL color Cylindrical-coordinate representation of color #E56D7C: hue angle of 352.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56D7C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229109124-
CMYK00.520.460.10
HSL352.5º69.77%66.27%-
HSV(B)352.5º52.4%89.8%-
XYZ41.4229.0522.49-
YUV146.59115.26186.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 109 (42.97% from 255) = 23.59%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=49.57%
G=23.59%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910912400.520.460.10352.569.7766.27
HexE56D7C0342EA1604642
Octal3451551740645612540106102
Binary11100101110110111111000110100101110101010110000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e56d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e56d7c; }

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

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

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

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

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

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

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

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