Shades of Froly #ED717F
Tints of Froly #ED717F
RGB
CMYK
RGB Variations
Color information
#ED717F (or 0xED717F) is known color: Froly. HEX triplet: ED, 71 and 7F. RGB value is (237,113,127). Sum of RGB (Red+Green+Blue) = 237+113+127=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717F is #128E80. Grayscale: #979797. Windows color (decimal): -1216129 or 8352237. OLE color: 8352237.
HSL color Cylindrical-coordinate representation of color #ED717F: hue angle of 353.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED717F is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 127 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.07 |
| HSL | 353.23º | 0.78% | 0.69% | - |
| HSV(B) | 353.23º | 0.52% | 0.93% | - |
| XYZ | 44.66 | 31.35 | 23.78 | - |
| YUV | 151.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 127 | 0 | 0.52 | 0.46 | 0.07 | 353.23 | 0.78 | 0.69 |
| Hex | ED | 71 | 7F | 0 | 34 | 2E | 7 | 161 | 4E | 45 |
| Octal | 355 | 161 | 177 | 0 | 64 | 56 | 7 | 541 | 116 | 105 |
| Binary | 11101101 | 1110001 | 1111111 | 0 | 110100 | 101110 | 111 | 101100001 | 1001110 | 1000101 |
Color Harmonies of #ED717F
Complementary color
Monochromatic Colors of #ED717F
Black with #ED717F
Text Example
Text Example
White with #ED717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED717F; }
p { color: rgb(237,113,127); }
H1.HeaderClassName
{
color: #ED717F;
}
.AnyTagClassName
{
color: #ED717F;
}
</style>
background-color css
<style>
a { background-color: #ED717F; }
a { background-color: rgb(237,113,127); }
div.DivClassName
{
background-color: #ED717F;
}
.BgClassName
{
background-color: #ED717F;
}
</style>
border-color css
<style>
span { border-color: #ED717F; }
span { border-color: rgb(237,113,127); }
td.TdClassName
{
border-color: #ED717F;
}
.TagClassName
{
border-color: #ED717F;
}
</style>