#E5596C

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

Shades of Froly #E5596C

Tints of Froly #E5596C

Color information

#E5596C (or 0xE5596C) is unknown color: approx Froly. HEX triplet: E5, 59 and 6C. RGB value is (229,89,108). Sum of RGB (Red+Green+Blue) = 229+89+108=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5596C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5596C is #1AA693. Grayscale: #858585. Windows color (decimal): -1746580 or 7100901. OLE color: 7100901.

HSL color Cylindrical-coordinate representation of color #E5596C: hue angle of 351.86º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5596C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB22989108-
CMYK00.610.530.10
HSL351.86º72.92%62.35%-
HSV(B)351.86º61.14%89.8%-
XYZ38.5924.8916.96-
YUV133.03113.88196.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.76%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=53.76%
G=20.89%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298910800.610.530.10351.8672.9262.35
HexE5596C03D35A160493e
Octal345131154075651254011176
Binary1110010110110011101100011110111010110101011000001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5596C; }

 p { color: rgb(229,89,108); }

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

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

 a { background-color: rgb(229,89,108); }

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

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

 span { border-color: rgb(229,89,108); }

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