#E96D77

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

Shades of Froly #E96D77

Tints of Froly #E96D77

Color information

#E96D77 (or 0xE96D77) is unknown color: approx Froly. HEX triplet: E9, 6D and 77. RGB value is (233,109,119). Sum of RGB (Red+Green+Blue) = 233+109+119=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96D77 is #169288. Grayscale: #939393. Windows color (decimal): -1479305 or 7826921. OLE color: 7826921.

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

Color convert

RGB233109119-
CMYK00.530.490.09
HSL355.16º73.81%67.06%-
HSV(B)355.16º53.22%91.37%-
XYZ42.429.5920.93-
YUV147.22112.08189.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=50.54%
G=23.64%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310911900.530.490.09355.1673.8167.06
HexE96D770353191634a43
Octal3511551670656111543112103
Binary11101001110110111101110110101110001100110110001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96D77; }

 p { color: rgb(233,109,119); }

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

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

 a { background-color: rgb(233,109,119); }

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

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

 span { border-color: rgb(233,109,119); }

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