#E96C78

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

Shades of Froly #E96C78

Tints of Froly #E96C78

Color information

#E96C78 (or 0xE96C78) is unknown color: approx Froly. HEX triplet: E9, 6C and 78. RGB value is (233,108,120). Sum of RGB (Red+Green+Blue) = 233+108+120=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C78 is #169387. Grayscale: #929292. Windows color (decimal): -1479560 or 7892201. OLE color: 7892201.

HSL color Cylindrical-coordinate representation of color #E96C78: hue angle of 354.24º 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 #E96C78 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB233108120-
CMYK00.540.480.09
HSL354.24º73.96%66.86%-
HSV(B)354.24º53.65%91.37%-
XYZ42.3629.421.21-
YUV146.74112.91189.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=50.54%
G=23.43%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310812000.540.480.09354.2473.9666.86
HexE96C780363091624a43
Octal3511541700666011542112103
Binary11101001110110011110000110110110000100110110001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96C78; }

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

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

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

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

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

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

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

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