#e17172

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

Shades of Froly #E17172

Tints of Froly #E17172

Color information

#E17172 (or 0xE17172) is unknown color: approx Froly. HEX triplet: E1, 71 and 72. RGB value is (225,113,114). Sum of RGB (Red+Green+Blue) = 225+113+114=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E17172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17172 is #1E8E8D. Grayscale: #929292. Windows color (decimal): -2002574 or 7500257. OLE color: 7500257.

HSL color Cylindrical-coordinate representation of color #E17172: hue angle of 359.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17172 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB225113114-
CMYK00.500.490.12
HSL359.46º65.12%66.27%-
HSV(B)359.46º49.78%88.24%-
XYZ39.9929.0319.42-
YUV146.6109.61183.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.78%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=49.78%
G=25%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511311400.500.490.12359.4665.1266.27
HexE1717203231C1674142
Octal3411611620626114547101102
Binary11100001111000111100100110010110001110010110011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e17172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e17172; }

 p { color: rgb(225,113,114); }

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

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

 a { background-color: rgb(225,113,114); }

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

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

 span { border-color: rgb(225,113,114); }

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