Shades of Froly #E17E7F
Tints of Froly #E17E7F
RGB
CMYK
RGB Variations
Color information
#E17E7F (or 0xE17E7F) is known color: Froly. HEX triplet: E1, 7E and 7F. RGB value is (225,126,127). Sum of RGB (Red+Green+Blue) = 225+126+127=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17E7F is #1E8180. Grayscale: #9B9B9B. Windows color (decimal): -1999233 or 8355553. OLE color: 8355553.
HSL color Cylindrical-coordinate representation of color #E17E7F: hue angle of 359.39º 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 #E17E7F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 127 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.12 |
| HSL | 359.39º | 0.62% | 0.69% | - |
| HSV(B) | 359.39º | 0.44% | 0.88% | - |
| XYZ | 42.34 | 32.46 | 24.11 | - |
| YUV | 155.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 127 | 0 | 0.44 | 0.44 | 0.12 | 359.39 | 0.62 | 0.69 |
| Hex | E1 | 7E | 7F | 0 | 2C | 2C | C | 167 | 3E | 45 |
| Octal | 341 | 176 | 177 | 0 | 54 | 54 | 14 | 547 | 76 | 105 |
| Binary | 11100001 | 1111110 | 1111111 | 0 | 101100 | 101100 | 1100 | 101100111 | 111110 | 1000101 |
Color Harmonies of #E17E7F
Complementary color
Monochromatic Colors of #E17E7F
Black with #E17E7F
Text Example
Text Example
White with #E17E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17E7F; }
p { color: rgb(225,126,127); }
H1.HeaderClassName
{
color: #E17E7F;
}
.AnyTagClassName
{
color: #E17E7F;
}
</style>
background-color css
<style>
a { background-color: #E17E7F; }
a { background-color: rgb(225,126,127); }
div.DivClassName
{
background-color: #E17E7F;
}
.BgClassName
{
background-color: #E17E7F;
}
</style>
border-color css
<style>
span { border-color: #E17E7F; }
span { border-color: rgb(225,126,127); }
td.TdClassName
{
border-color: #E17E7F;
}
.TagClassName
{
border-color: #E17E7F;
}
</style>