#E56670

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

Shades of Froly #E56670

Tints of Froly #E56670

Color information

#E56670 (or 0xE56670) is unknown color: approx Froly. HEX triplet: E5, 66 and 70. RGB value is (229,102,112). Sum of RGB (Red+Green+Blue) = 229+102+112=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E56670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56670 is #1A998F. Grayscale: #8D8D8D. Windows color (decimal): -1743248 or 7366373. OLE color: 7366373.

HSL color Cylindrical-coordinate representation of color #E56670: hue angle of 355.28º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56670 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB229102112-
CMYK00.550.510.10
HSL355.28º70.95%64.9%-
HSV(B)355.28º55.46%89.8%-
XYZ39.9927.3318.5-
YUV141.11111.58190.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.69%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=51.69%
G=23.02%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910211200.550.510.10355.2870.9564.9
HexE5667003733A1634741
Octal3451461600676312543107101
Binary11100101110011011100000110111110011101010110001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56670; }

 p { color: rgb(229,102,112); }

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

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

 a { background-color: rgb(229,102,112); }

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

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

 span { border-color: rgb(229,102,112); }

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