#e96a7f

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

Shades of Froly #E96A7F

Tints of Froly #E96A7F

Color information

#E96A7F (or 0xE96A7F) is unknown color: approx Froly. HEX triplet: E9, 6A and 7F. RGB value is (233,106,127). Sum of RGB (Red+Green+Blue) = 233+106+127=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A7F is #169580. Grayscale: #929292. Windows color (decimal): -1480065 or 8350441. OLE color: 8350441.

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

Color convert

RGB233106127-
CMYK00.550.450.09
HSL350.08º74.27%66.47%-
HSV(B)350.08º54.51%91.37%-
XYZ42.5929.1623.46-
YUV146.37117.08189.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 127 (50% from 255) = 27.25%
R=50%
G=22.75%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310612700.550.450.09350.0874.2766.47
HexE96A7F0372D915e4a42
Octal3511521770675511536112102
Binary11101001110101011111110110111101101100110101111010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96a7f; }

 p { color: rgb(233,106,127); }

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

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

 a { background-color: rgb(233,106,127); }

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

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

 span { border-color: rgb(233,106,127); }

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