#E56174

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

Shades of Froly #E56174

Tints of Froly #E56174

Color information

#E56174 (or 0xE56174) is unknown color: approx Froly. HEX triplet: E5, 61 and 74. RGB value is (229,97,116). Sum of RGB (Red+Green+Blue) = 229+97+116=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E56174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56174 is #1A9E8B. Grayscale: #8A8A8A. Windows color (decimal): -1744524 or 7627237. OLE color: 7627237.

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

Color convert

RGB22997116-
CMYK00.580.490.10
HSL351.36º71.74%63.92%-
HSV(B)351.36º57.64%89.8%-
XYZ39.7426.4719.54-
YUV138.63115.23192.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.81%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 116 (45.70% from 255) = 26.24%
R=51.81%
G=21.95%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299711600.580.490.10351.3671.7463.92
HexE5617403A31A15f4840
Octal3451411640726112537110100
Binary11100101110000111101000111010110001101010101111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56174; }

 p { color: rgb(229,97,116); }

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

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

 a { background-color: rgb(229,97,116); }

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

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

 span { border-color: rgb(229,97,116); }

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