#E17A80

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

Shades of Froly #E17A80

Tints of Froly #E17A80

Color information

#E17A80 (or 0xE17A80) is unknown color: approx Froly. HEX triplet: E1, 7A and 80. RGB value is (225,122,128). Sum of RGB (Red+Green+Blue) = 225+122+128=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A80 is #1E857F. Grayscale: #999999. Windows color (decimal): -2000256 or 8420065. OLE color: 8420065.

HSL color Cylindrical-coordinate representation of color #E17A80: hue angle of 356.5º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17A80 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225122128-
CMYK00.460.430.12
HSL356.5º63.19%68.04%-
HSV(B)356.5º45.78%88.24%-
XYZ41.9131.4924.29-
YUV153.48113.62179.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=47.37%
G=25.68%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512212800.460.430.12356.563.1968.04
HexE17A8002E2BC1653f44
Octal341172200056531454577104
Binary11100001111101010000000010111010101111001011001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A80; }

 p { color: rgb(225,122,128); }

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

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

 a { background-color: rgb(225,122,128); }

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

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

 span { border-color: rgb(225,122,128); }

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