Shades of Froly #E1717B
Tints of Froly #E1717B
RGB
CMYK
RGB Variations
Color information
#E1717B (or 0xE1717B) is known color: Froly. HEX triplet: E1, 71 and 7B. RGB value is (225,113,123). Sum of RGB (Red+Green+Blue) = 225+113+123=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1717B is #1E8E84. Grayscale: #939393. Windows color (decimal): -2002565 or 8090081. OLE color: 8090081.
HSL color Cylindrical-coordinate representation of color #E1717B: hue angle of 354.64º 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 #E1717B is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 123 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.12 |
| HSL | 354.64º | 0.65% | 0.66% | - |
| HSV(B) | 354.64º | 0.5% | 0.88% | - |
| XYZ | 40.53 | 29.25 | 22.25 | - |
| YUV | 147.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 123 | 0 | 0.50 | 0.45 | 0.12 | 354.64 | 0.65 | 0.66 |
| Hex | E1 | 71 | 7B | 0 | 32 | 2D | C | 163 | 41 | 42 |
| Octal | 341 | 161 | 173 | 0 | 62 | 55 | 14 | 543 | 101 | 102 |
| Binary | 11100001 | 1110001 | 1111011 | 0 | 110010 | 101101 | 1100 | 101100011 | 1000001 | 1000010 |
Color Harmonies of #E1717B
Complementary color
Monochromatic Colors of #E1717B
Black with #E1717B
Text Example
Text Example
White with #E1717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1717B; }
p { color: rgb(225,113,123); }
H1.HeaderClassName
{
color: #E1717B;
}
.AnyTagClassName
{
color: #E1717B;
}
</style>
background-color css
<style>
a { background-color: #E1717B; }
a { background-color: rgb(225,113,123); }
div.DivClassName
{
background-color: #E1717B;
}
.BgClassName
{
background-color: #E1717B;
}
</style>
border-color css
<style>
span { border-color: #E1717B; }
span { border-color: rgb(225,113,123); }
td.TdClassName
{
border-color: #E1717B;
}
.TagClassName
{
border-color: #E1717B;
}
</style>