#E96466

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

Shades of Froly #E96466

Tints of Froly #E96466

Color information

#E96466 (or 0xE96466) is unknown color: approx Froly. HEX triplet: E9, 64 and 66. RGB value is (233,100,102). Sum of RGB (Red+Green+Blue) = 233+100+102=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E96466 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96466 is #169B99. Grayscale: #8C8C8C. Windows color (decimal): -1481626 or 6710505. OLE color: 6710505.

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

Color convert

RGB233100102-
CMYK00.570.560.09
HSL359.1º75.14%65.29%-
HSV(B)359.1º57.08%91.37%-
XYZ40.5627.415.72-
YUV140106.56194.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.56%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=53.56%
G=22.99%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310010200.570.560.09359.175.1465.29
HexE964660393891674b41
Octal3511441460717011547113101
Binary11101001110010011001100111001111000100110110011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96466; }

 p { color: rgb(233,100,102); }

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

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

 a { background-color: rgb(233,100,102); }

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

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

 span { border-color: rgb(233,100,102); }

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