#E96076

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

Shades of Froly #E96076

Tints of Froly #E96076

Color information

#E96076 (or 0xE96076) is unknown color: approx Froly. HEX triplet: E9, 60 and 76. RGB value is (233,96,118). Sum of RGB (Red+Green+Blue) = 233+96+118=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E96076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96076 is #169F89. Grayscale: #8B8B8B. Windows color (decimal): -1482634 or 7758057. OLE color: 7758057.

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

Color convert

RGB23396118-
CMYK00.590.490.09
HSL350.36º75.69%64.51%-
HSV(B)350.36º58.8%91.37%-
XYZ41.062720.19-
YUV139.47115.89194.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.13%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=52.13%
G=21.48%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339611800.590.490.09350.3675.6964.51
HexE9607603B31915e4c41
Octal3511401660736111536114101
Binary11101001110000011101100111011110001100110101111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96076; }

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

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

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

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

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

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

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

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