Shades of Froly #E17A81
Tints of Froly #E17A81
RGB
CMYK
RGB Variations
Color information
#E17A81 (or 0xE17A81) is known color: Froly. HEX triplet: E1, 7A and 81. RGB value is (225,122,129). Sum of RGB (Red+Green+Blue) = 225+122+129=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A81 is #1E857E. Grayscale: #999999. Windows color (decimal): -2000255 or 8485601. OLE color: 8485601.
HSL color Cylindrical-coordinate representation of color #E17A81: hue angle of 355.92º 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 #E17A81 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 129 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.12 |
| HSL | 355.92º | 0.63% | 0.68% | - |
| HSV(B) | 355.92º | 0.46% | 0.88% | - |
| XYZ | 41.97 | 31.51 | 24.64 | - |
| YUV | 153.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 129 | 0 | 0.46 | 0.43 | 0.12 | 355.92 | 0.63 | 0.68 |
| Hex | E1 | 7A | 81 | 0 | 2E | 2B | C | 164 | 3F | 44 |
| Octal | 341 | 172 | 201 | 0 | 56 | 53 | 14 | 544 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10000001 | 0 | 101110 | 101011 | 1100 | 101100100 | 111111 | 1000100 |
Color Harmonies of #E17A81
Complementary color
Monochromatic Colors of #E17A81
Black with #E17A81
Text Example
Text Example
White with #E17A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A81; }
p { color: rgb(225,122,129); }
H1.HeaderClassName
{
color: #E17A81;
}
.AnyTagClassName
{
color: #E17A81;
}
</style>
background-color css
<style>
a { background-color: #E17A81; }
a { background-color: rgb(225,122,129); }
div.DivClassName
{
background-color: #E17A81;
}
.BgClassName
{
background-color: #E17A81;
}
</style>
border-color css
<style>
span { border-color: #E17A81; }
span { border-color: rgb(225,122,129); }
td.TdClassName
{
border-color: #E17A81;
}
.TagClassName
{
border-color: #E17A81;
}
</style>