#E9596E

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

Shades of Froly #E9596E

Tints of Froly #E9596E

Color information

#E9596E (or 0xE9596E) is unknown color: approx Froly. HEX triplet: E9, 59 and 6E. RGB value is (233,89,110). Sum of RGB (Red+Green+Blue) = 233+89+110=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E9596E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9596E is #16A691. Grayscale: #868686. Windows color (decimal): -1484434 or 7231977. OLE color: 7231977.

HSL color Cylindrical-coordinate representation of color #E9596E: hue angle of 351.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9596E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB23389110-
CMYK00.620.530.09
HSL351.25º76.6%63.14%-
HSV(B)351.25º61.8%91.37%-
XYZ39.9925.5917.58-
YUV134.45114.21198.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.94%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=53.94%
G=20.60%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338911000.620.530.09351.2576.663.14
HexE9596E03E35915f4d3f
Octal351131156076651153711577
Binary1110100110110011101110011111011010110011010111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9596E; }

 p { color: rgb(233,89,110); }

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

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

 a { background-color: rgb(233,89,110); }

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

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

 span { border-color: rgb(233,89,110); }

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