#E16775

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

Shades of Froly #E16775

Tints of Froly #E16775

Color information

#E16775 (or 0xE16775) is unknown color: approx Froly. HEX triplet: E1, 67 and 75. RGB value is (225,103,117). Sum of RGB (Red+Green+Blue) = 225+103+117=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E16775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16775 is #1E988A. Grayscale: #8D8D8D. Windows color (decimal): -2005131 or 7694305. OLE color: 7694305.

HSL color Cylindrical-coordinate representation of color #E16775: hue angle of 353.11º 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 #E16775 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225103117-
CMYK00.540.480.12
HSL353.11º67.03%64.31%-
HSV(B)353.11º54.22%88.24%-
XYZ39.1126.9919.98-
YUV141.07114.42187.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.56%
GREEN value IS 103 (40.62% from 255) = 23.15%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=50.56%
G=23.15%
B=26.29%

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
Decimal22510311700.540.480.12353.1167.0364.31
HexE1677503630C1614340
Octal3411471650666014541103100
Binary11100001110011111101010110110110000110010110000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16775; }

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

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

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

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

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

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

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

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