#E56F7A

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

Shades of Froly #E56F7A

Tints of Froly #E56F7A

Color information

#E56F7A (or 0xE56F7A) is unknown color: approx Froly. HEX triplet: E5, 6F and 7A. RGB value is (229,111,122). Sum of RGB (Red+Green+Blue) = 229+111+122=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56F7A is #1A9085. Grayscale: #939393. Windows color (decimal): -1740934 or 8024037. OLE color: 8024037.

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

Color convert

RGB229111122-
CMYK00.520.470.10
HSL354.41º69.41%66.67%-
HSV(B)354.41º51.53%89.8%-
XYZ41.5129.4321.91-
YUV147.54113.59186.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 122 (48.05% from 255) = 26.41%
R=49.57%
G=24.03%
B=26.41%

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
Decimal22911112200.520.470.10354.4169.4166.67
HexE56F7A0342FA1624543
Octal3451571720645712542105103
Binary11100101110111111110100110100101111101010110001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56F7A; }

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

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

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

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

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

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

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

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