Shades of Froly #E17A7D
Tints of Froly #E17A7D
RGB
CMYK
RGB Variations
Color information
#E17A7D (or 0xE17A7D) is known color: Froly. HEX triplet: E1, 7A and 7D. RGB value is (225,122,125). Sum of RGB (Red+Green+Blue) = 225+122+125=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17A7D is #1E8582. Grayscale: #999999. Windows color (decimal): -2000259 or 8223457. OLE color: 8223457.
HSL color Cylindrical-coordinate representation of color #E17A7D: hue angle of 358.25º 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 #E17A7D is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 125 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.12 |
| HSL | 358.25º | 0.63% | 0.68% | - |
| HSV(B) | 358.25º | 0.46% | 0.88% | - |
| XYZ | 41.71 | 31.41 | 23.27 | - |
| YUV | 153.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 125 | 0 | 0.46 | 0.44 | 0.12 | 358.25 | 0.63 | 0.68 |
| Hex | E1 | 7A | 7D | 0 | 2E | 2C | C | 166 | 3F | 44 |
| Octal | 341 | 172 | 175 | 0 | 56 | 54 | 14 | 546 | 77 | 104 |
| Binary | 11100001 | 1111010 | 1111101 | 0 | 101110 | 101100 | 1100 | 101100110 | 111111 | 1000100 |
Color Harmonies of #E17A7D
Complementary color
Monochromatic Colors of #E17A7D
Black with #E17A7D
Text Example
Text Example
White with #E17A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A7D; }
p { color: rgb(225,122,125); }
H1.HeaderClassName
{
color: #E17A7D;
}
.AnyTagClassName
{
color: #E17A7D;
}
</style>
background-color css
<style>
a { background-color: #E17A7D; }
a { background-color: rgb(225,122,125); }
div.DivClassName
{
background-color: #E17A7D;
}
.BgClassName
{
background-color: #E17A7D;
}
</style>
border-color css
<style>
span { border-color: #E17A7D; }
span { border-color: rgb(225,122,125); }
td.TdClassName
{
border-color: #E17A7D;
}
.TagClassName
{
border-color: #E17A7D;
}
</style>