Shades of Froly #E17E80
Tints of Froly #E17E80
RGB
CMYK
RGB Variations
Color information
#E17E80 (or 0xE17E80) is known color: Froly. HEX triplet: E1, 7E and 80. RGB value is (225,126,128). Sum of RGB (Red+Green+Blue) = 225+126+128=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17E80 is #1E817F. Grayscale: #9B9B9B. Windows color (decimal): -1999232 or 8421089. OLE color: 8421089.
HSL color Cylindrical-coordinate representation of color #E17E80: hue angle of 358.79º 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 #E17E80 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 128 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.12 |
| HSL | 358.79º | 0.62% | 0.69% | - |
| HSV(B) | 358.79º | 0.44% | 0.88% | - |
| XYZ | 42.41 | 32.49 | 24.46 | - |
| YUV | 155.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 128 | 0 | 0.44 | 0.43 | 0.12 | 358.79 | 0.62 | 0.69 |
| Hex | E1 | 7E | 80 | 0 | 2C | 2B | C | 167 | 3E | 45 |
| Octal | 341 | 176 | 200 | 0 | 54 | 53 | 14 | 547 | 76 | 105 |
| Binary | 11100001 | 1111110 | 10000000 | 0 | 101100 | 101011 | 1100 | 101100111 | 111110 | 1000101 |
Color Harmonies of #E17E80
Complementary color
Monochromatic Colors of #E17E80
Black with #E17E80
Text Example
Text Example
White with #E17E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17E80; }
p { color: rgb(225,126,128); }
H1.HeaderClassName
{
color: #E17E80;
}
.AnyTagClassName
{
color: #E17E80;
}
</style>
background-color css
<style>
a { background-color: #E17E80; }
a { background-color: rgb(225,126,128); }
div.DivClassName
{
background-color: #E17E80;
}
.BgClassName
{
background-color: #E17E80;
}
</style>
border-color css
<style>
span { border-color: #E17E80; }
span { border-color: rgb(225,126,128); }
td.TdClassName
{
border-color: #E17E80;
}
.TagClassName
{
border-color: #E17E80;
}
</style>