#E56078

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

Shades of Froly #E56078

Tints of Froly #E56078

Color information

#E56078 (or 0xE56078) is unknown color: approx Froly. HEX triplet: E5, 60 and 78. RGB value is (229,96,120). Sum of RGB (Red+Green+Blue) = 229+96+120=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E56078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56078 is #1A9F87. Grayscale: #8A8A8A. Windows color (decimal): -1744776 or 7889125. OLE color: 7889125.

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

Color convert

RGB22996120-
CMYK00.580.480.10
HSL349.17º71.89%63.73%-
HSV(B)349.17º58.08%89.8%-
XYZ39.8926.3820.76-
YUV138.5117.56192.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.46%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=51.46%
G=21.57%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299612000.580.480.10349.1771.8963.73
HexE5607803A30A15d4840
Octal3451401700726012535110100
Binary11100101110000011110000111010110000101010101110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56078; }

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

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

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

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

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

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

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

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