Shades of Froly #ED717B
Tints of Froly #ED717B
RGB
CMYK
RGB Variations
Color information
#ED717B (or 0xED717B) is known color: Froly. HEX triplet: ED, 71 and 7B. RGB value is (237,113,123). Sum of RGB (Red+Green+Blue) = 237+113+123=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717B is #128E84. Grayscale: #979797. Windows color (decimal): -1216133 or 8090093. OLE color: 8090093.
HSL color Cylindrical-coordinate representation of color #ED717B: hue angle of 355.16º 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 #ED717B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 123 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.07 |
| HSL | 355.16º | 0.78% | 0.69% | - |
| HSV(B) | 355.16º | 0.52% | 0.93% | - |
| XYZ | 44.41 | 31.24 | 22.43 | - |
| YUV | 151.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 123 | 0 | 0.52 | 0.48 | 0.07 | 355.16 | 0.78 | 0.69 |
| Hex | ED | 71 | 7B | 0 | 34 | 30 | 7 | 163 | 4E | 45 |
| Octal | 355 | 161 | 173 | 0 | 64 | 60 | 7 | 543 | 116 | 105 |
| Binary | 11101101 | 1110001 | 1111011 | 0 | 110100 | 110000 | 111 | 101100011 | 1001110 | 1000101 |
Color Harmonies of #ED717B
Complementary color
Monochromatic Colors of #ED717B
Black with #ED717B
Text Example
Text Example
White with #ED717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED717B; }
p { color: rgb(237,113,123); }
H1.HeaderClassName
{
color: #ED717B;
}
.AnyTagClassName
{
color: #ED717B;
}
</style>
background-color css
<style>
a { background-color: #ED717B; }
a { background-color: rgb(237,113,123); }
div.DivClassName
{
background-color: #ED717B;
}
.BgClassName
{
background-color: #ED717B;
}
</style>
border-color css
<style>
span { border-color: #ED717B; }
span { border-color: rgb(237,113,123); }
td.TdClassName
{
border-color: #ED717B;
}
.TagClassName
{
border-color: #ED717B;
}
</style>