Shades of Froly #E17F81
Tints of Froly #E17F81
RGB
CMYK
RGB Variations
Color information
#E17F81 (or 0xE17F81) is known color: Froly. HEX triplet: E1, 7F and 81. RGB value is (225,127,129). Sum of RGB (Red+Green+Blue) = 225+127+129=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F81 is #1E807E. Grayscale: #9C9C9C. Windows color (decimal): -1998975 or 8486881. OLE color: 8486881.
HSL color Cylindrical-coordinate representation of color #E17F81: hue angle of 358.78º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17F81 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 129 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.12 |
| HSL | 358.78º | 0.62% | 0.69% | - |
| HSV(B) | 358.78º | 0.44% | 0.88% | - |
| XYZ | 42.6 | 32.77 | 24.85 | - |
| YUV | 156.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 129 | 0 | 0.44 | 0.43 | 0.12 | 358.78 | 0.62 | 0.69 |
| Hex | E1 | 7F | 81 | 0 | 2C | 2B | C | 167 | 3E | 45 |
| Octal | 341 | 177 | 201 | 0 | 54 | 53 | 14 | 547 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10000001 | 0 | 101100 | 101011 | 1100 | 101100111 | 111110 | 1000101 |
Color Harmonies of #E17F81
Complementary color
Monochromatic Colors of #E17F81
Black with #E17F81
Text Example
Text Example
White with #E17F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F81; }
p { color: rgb(225,127,129); }
H1.HeaderClassName
{
color: #E17F81;
}
.AnyTagClassName
{
color: #E17F81;
}
</style>
background-color css
<style>
a { background-color: #E17F81; }
a { background-color: rgb(225,127,129); }
div.DivClassName
{
background-color: #E17F81;
}
.BgClassName
{
background-color: #E17F81;
}
</style>
border-color css
<style>
span { border-color: #E17F81; }
span { border-color: rgb(225,127,129); }
td.TdClassName
{
border-color: #E17F81;
}
.TagClassName
{
border-color: #E17F81;
}
</style>