Shades of Froly #E1717C
Tints of Froly #E1717C
RGB
CMYK
RGB Variations
Color information
#E1717C (or 0xE1717C) is known color: Froly. HEX triplet: E1, 71 and 7C. RGB value is (225,113,124). Sum of RGB (Red+Green+Blue) = 225+113+124=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1717C is #1E8E83. Grayscale: #939393. Windows color (decimal): -2002564 or 8155617. OLE color: 8155617.
HSL color Cylindrical-coordinate representation of color #E1717C: hue angle of 354.11º 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 #E1717C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 124 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.12 |
| HSL | 354.11º | 0.65% | 0.66% | - |
| HSV(B) | 354.11º | 0.5% | 0.88% | - |
| XYZ | 40.59 | 29.27 | 22.58 | - |
| YUV | 147.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 124 | 0 | 0.50 | 0.45 | 0.12 | 354.11 | 0.65 | 0.66 |
| Hex | E1 | 71 | 7C | 0 | 32 | 2D | C | 162 | 41 | 42 |
| Octal | 341 | 161 | 174 | 0 | 62 | 55 | 14 | 542 | 101 | 102 |
| Binary | 11100001 | 1110001 | 1111100 | 0 | 110010 | 101101 | 1100 | 101100010 | 1000001 | 1000010 |
Color Harmonies of #E1717C
Complementary color
Monochromatic Colors of #E1717C
Black with #E1717C
Text Example
Text Example
White with #E1717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1717C; }
p { color: rgb(225,113,124); }
H1.HeaderClassName
{
color: #E1717C;
}
.AnyTagClassName
{
color: #E1717C;
}
</style>
background-color css
<style>
a { background-color: #E1717C; }
a { background-color: rgb(225,113,124); }
div.DivClassName
{
background-color: #E1717C;
}
.BgClassName
{
background-color: #E1717C;
}
</style>
border-color css
<style>
span { border-color: #E1717C; }
span { border-color: rgb(225,113,124); }
td.TdClassName
{
border-color: #E1717C;
}
.TagClassName
{
border-color: #E1717C;
}
</style>