#E96A6E

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

Shades of Froly #E96A6E

Tints of Froly #E96A6E

Color information

#E96A6E (or 0xE96A6E) is unknown color: approx Froly. HEX triplet: E9, 6A and 6E. RGB value is (233,106,110). Sum of RGB (Red+Green+Blue) = 233+106+110=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E96A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96A6E is #169591. Grayscale: #909090. Windows color (decimal): -1480082 or 7236329. OLE color: 7236329.

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

Color convert

RGB233106110-
CMYK00.550.530.09
HSL358.11º74.27%66.47%-
HSV(B)358.11º54.51%91.37%-
XYZ41.5728.7618.11-
YUV144.43108.58191.17-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.89%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=51.89%
G=23.61%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310611000.550.530.09358.1174.2766.47
HexE96A6E0373591664a42
Octal3511521560676511546112102
Binary11101001110101011011100110111110101100110110011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96A6E; }

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

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

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

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

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

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

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

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