#E56062

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

Shades of Froly #E56062

Tints of Froly #E56062

Color information

#E56062 (or 0xE56062) is unknown color: approx Froly. HEX triplet: E5, 60 and 62. RGB value is (229,96,98). Sum of RGB (Red+Green+Blue) = 229+96+98=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E56062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56062 is #1A9F9D. Grayscale: #888888. Windows color (decimal): -1744798 or 6447333. OLE color: 6447333.

HSL color Cylindrical-coordinate representation of color #E56062: hue angle of 359.1º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56062 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB2299698-
CMYK00.580.570.10
HSL359.1º71.89%63.73%-
HSV(B)359.1º58.08%89.8%-
XYZ38.725.9114.52-
YUV136106.56194.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.14%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=54.14%
G=22.70%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229969800.580.570.10359.171.8963.73
HexE5606203A39A1674840
Octal3451401420727112547110100
Binary11100101110000011000100111010111001101010110011110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56062; }

 p { color: rgb(229,96,98); }

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

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

 a { background-color: rgb(229,96,98); }

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

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

 span { border-color: rgb(229,96,98); }

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