#E16776

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

Shades of Froly #E16776

Tints of Froly #E16776

Color information

#E16776 (or 0xE16776) is unknown color: approx Froly. HEX triplet: E1, 67 and 76. RGB value is (225,103,118). Sum of RGB (Red+Green+Blue) = 225+103+118=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16776 is #1E9889. Grayscale: #8D8D8D. Windows color (decimal): -2005130 or 7759841. OLE color: 7759841.

HSL color Cylindrical-coordinate representation of color #E16776: hue angle of 352.62º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16776 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225103118-
CMYK00.540.480.12
HSL352.62º67.03%64.31%-
HSV(B)352.62º54.22%88.24%-
XYZ39.1727.0220.29-
YUV141.19114.92187.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=50.45%
G=23.09%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510311800.540.480.12352.6267.0364.31
HexE1677603630C1614340
Octal3411471660666014541103100
Binary11100001110011111101100110110110000110010110000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16776; }

 p { color: rgb(225,103,118); }

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

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

 a { background-color: rgb(225,103,118); }

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

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

 span { border-color: rgb(225,103,118); }

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