#e16875

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

Shades of Froly #E16875

Tints of Froly #E16875

Color information

#E16875 (or 0xE16875) is unknown color: approx Froly. HEX triplet: E1, 68 and 75. RGB value is (225,104,117). Sum of RGB (Red+Green+Blue) = 225+104+117=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E16875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16875 is #1E978A. Grayscale: #8D8D8D. Windows color (decimal): -2004875 or 7694561. OLE color: 7694561.

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

Color convert

RGB225104117-
CMYK00.540.480.12
HSL353.55º66.85%64.51%-
HSV(B)353.55º53.78%88.24%-
XYZ39.2127.1920.01-
YUV141.66114.09187.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.45%
GREEN value IS 104 (41.02% from 255) = 23.32%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=50.45%
G=23.32%
B=26.23%

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
Decimal22510411700.540.480.12353.5566.8564.51
HexE1687503630C1624341
Octal3411501650666014542103101
Binary11100001110100011101010110110110000110010110001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e16875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e16875; }

 p { color: rgb(225,104,117); }

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

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

 a { background-color: rgb(225,104,117); }

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

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

 span { border-color: rgb(225,104,117); }

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