#E17A7E

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

Shades of Froly #E17A7E

Tints of Froly #E17A7E

Color information

#E17A7E (or 0xE17A7E) is unknown color: approx Froly. HEX triplet: E1, 7A and 7E. RGB value is (225,122,126). Sum of RGB (Red+Green+Blue) = 225+122+126=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A7E is #1E8581. Grayscale: #999999. Windows color (decimal): -2000258 or 8288993. OLE color: 8288993.

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

Color convert

RGB225122126-
CMYK00.460.440.12
HSL357.67º63.19%68.04%-
HSV(B)357.67º45.78%88.24%-
XYZ41.7831.4323.6-
YUV153.25112.62179.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=47.57%
G=25.79%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512212600.460.440.12357.6763.1968.04
HexE17A7E02E2CC1663f44
Octal341172176056541454677104
Binary1110000111110101111110010111010110011001011001101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A7E; }

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

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

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

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

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

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

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

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