Shades of Froly #E0717D
Tints of Froly #E0717D
RGB
CMYK
RGB Variations
Color information
#E0717D (or 0xE0717D) is known color: Froly. HEX triplet: E0, 71 and 7D. RGB value is (224,113,125). Sum of RGB (Red+Green+Blue) = 224+113+125=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E0717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0717D is #1F8E82. Grayscale: #939393. Windows color (decimal): -2068099 or 8221152. OLE color: 8221152.
HSL color Cylindrical-coordinate representation of color #E0717D: hue angle of 353.51º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0717D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 125 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.12 |
| HSL | 353.51º | 0.64% | 0.66% | - |
| HSV(B) | 353.51º | 0.5% | 0.88% | - |
| XYZ | 40.35 | 29.14 | 22.9 | - |
| YUV | 147.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 125 | 0 | 0.50 | 0.44 | 0.12 | 353.51 | 0.64 | 0.66 |
| Hex | E0 | 71 | 7D | 0 | 32 | 2C | C | 162 | 40 | 42 |
| Octal | 340 | 161 | 175 | 0 | 62 | 54 | 14 | 542 | 100 | 102 |
| Binary | 11100000 | 1110001 | 1111101 | 0 | 110010 | 101100 | 1100 | 101100010 | 1000000 | 1000010 |
Color Harmonies of #E0717D
Complementary color
Monochromatic Colors of #E0717D
Black with #E0717D
Text Example
Text Example
White with #E0717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0717D; }
p { color: rgb(224,113,125); }
H1.HeaderClassName
{
color: #E0717D;
}
.AnyTagClassName
{
color: #E0717D;
}
</style>
background-color css
<style>
a { background-color: #E0717D; }
a { background-color: rgb(224,113,125); }
div.DivClassName
{
background-color: #E0717D;
}
.BgClassName
{
background-color: #E0717D;
}
</style>
border-color css
<style>
span { border-color: #E0717D; }
span { border-color: rgb(224,113,125); }
td.TdClassName
{
border-color: #E0717D;
}
.TagClassName
{
border-color: #E0717D;
}
</style>