#E56E7A

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

Shades of Froly #E56E7A

Tints of Froly #E56E7A

Color information

#E56E7A (or 0xE56E7A) is unknown color: approx Froly. HEX triplet: E5, 6E and 7A. RGB value is (229,110,122). Sum of RGB (Red+Green+Blue) = 229+110+122=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56E7A is #1A9185. Grayscale: #939393. Windows color (decimal): -1741190 or 8023781. OLE color: 8023781.

HSL color Cylindrical-coordinate representation of color #E56E7A: hue angle of 353.95º 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 #E56E7A is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB229110122-
CMYK00.520.470.10
HSL353.95º69.59%66.47%-
HSV(B)353.95º51.97%89.8%-
XYZ41.429.2221.87-
YUV146.95113.92186.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=49.67%
G=23.86%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911012200.520.470.10353.9569.5966.47
HexE56E7A0342FA1624642
Octal3451561720645712542106102
Binary11100101110111011110100110100101111101010110001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56E7A; }

 p { color: rgb(229,110,122); }

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

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

 a { background-color: rgb(229,110,122); }

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

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

 span { border-color: rgb(229,110,122); }

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