#E96C76

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

Shades of Froly #E96C76

Tints of Froly #E96C76

Color information

#E96C76 (or 0xE96C76) is unknown color: approx Froly. HEX triplet: E9, 6C and 76. RGB value is (233,108,118). Sum of RGB (Red+Green+Blue) = 233+108+118=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C76 is #169389. Grayscale: #929292. Windows color (decimal): -1479562 or 7761129. OLE color: 7761129.

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

Color convert

RGB233108118-
CMYK00.540.490.09
HSL355.2º73.96%66.86%-
HSV(B)355.2º53.65%91.37%-
XYZ42.2429.3620.58-
YUV146.51111.91189.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.76%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=50.76%
G=23.53%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310811800.540.490.09355.273.9666.86
HexE96C760363191634a43
Octal3511541660666111543112103
Binary11101001110110011101100110110110001100110110001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C76; }

 p { color: rgb(233,108,118); }

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

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

 a { background-color: rgb(233,108,118); }

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

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

 span { border-color: rgb(233,108,118); }

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