Shades of Froly #E5717D
Tints of Froly #E5717D
RGB
CMYK
RGB Variations
Color information
#E5717D (or 0xE5717D) is known color: Froly. HEX triplet: E5, 71 and 7D. RGB value is (229,113,125). Sum of RGB (Red+Green+Blue) = 229+113+125=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5717D is #1A8E82. Grayscale: #959595. Windows color (decimal): -1740419 or 8221157. OLE color: 8221157.
HSL color Cylindrical-coordinate representation of color #E5717D: hue angle of 353.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5717D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 125 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.10 |
| HSL | 353.79º | 0.69% | 0.67% | - |
| HSV(B) | 353.79º | 0.51% | 0.9% | - |
| XYZ | 41.92 | 29.95 | 22.97 | - |
| YUV | 149.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 125 | 0 | 0.51 | 0.45 | 0.10 | 353.79 | 0.69 | 0.67 |
| Hex | E5 | 71 | 7D | 0 | 33 | 2D | A | 162 | 45 | 43 |
| Octal | 345 | 161 | 175 | 0 | 63 | 55 | 12 | 542 | 105 | 103 |
| Binary | 11100101 | 1110001 | 1111101 | 0 | 110011 | 101101 | 1010 | 101100010 | 1000101 | 1000011 |
Color Harmonies of #E5717D
Complementary color
Monochromatic Colors of #E5717D
Black with #E5717D
Text Example
Text Example
White with #E5717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5717D; }
p { color: rgb(229,113,125); }
H1.HeaderClassName
{
color: #E5717D;
}
.AnyTagClassName
{
color: #E5717D;
}
</style>
background-color css
<style>
a { background-color: #E5717D; }
a { background-color: rgb(229,113,125); }
div.DivClassName
{
background-color: #E5717D;
}
.BgClassName
{
background-color: #E5717D;
}
</style>
border-color css
<style>
span { border-color: #E5717D; }
span { border-color: rgb(229,113,125); }
td.TdClassName
{
border-color: #E5717D;
}
.TagClassName
{
border-color: #E5717D;
}
</style>