#E17A82

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

Shades of Froly #E17A82

Tints of Froly #E17A82

Color information

#E17A82 (or 0xE17A82) is unknown color: approx Froly. HEX triplet: E1, 7A and 82. RGB value is (225,122,130). Sum of RGB (Red+Green+Blue) = 225+122+130=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A82 is #1E857D. Grayscale: #999999. Windows color (decimal): -2000254 or 8551137. OLE color: 8551137.

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

Color convert

RGB225122130-
CMYK00.460.420.12
HSL355.34º63.19%68.04%-
HSV(B)355.34º45.78%88.24%-
XYZ42.0431.5424.99-
YUV153.71114.62178.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=47.17%
G=25.58%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512213000.460.420.12355.3463.1968.04
HexE17A8202E2AC1633f44
Octal341172202056521454377104
Binary11100001111101010000010010111010101011001011000111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A82; }

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

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

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

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

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

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

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

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