#E17A7C

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

Shades of Froly #E17A7C

Tints of Froly #E17A7C

Color information

#E17A7C (or 0xE17A7C) is unknown color: approx Froly. HEX triplet: E1, 7A and 7C. RGB value is (225,122,124). Sum of RGB (Red+Green+Blue) = 225+122+124=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A7C is #1E8583. Grayscale: #999999. Windows color (decimal): -2000260 or 8157921. OLE color: 8157921.

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

Color convert

RGB225122124-
CMYK00.460.450.12
HSL358.83º63.19%68.04%-
HSV(B)358.83º45.78%88.24%-
XYZ41.6531.3822.93-
YUV153.02111.62179.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.77%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 124 (48.83% from 255) = 26.33%
R=47.77%
G=25.90%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512212400.460.450.12358.8363.1968.04
HexE17A7C02E2DC1673f44
Octal341172174056551454777104
Binary1110000111110101111100010111010110111001011001111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17A7C; }

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

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

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

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

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

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

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

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