Shades of Froly #ED717A
Tints of Froly #ED717A
RGB
CMYK
RGB Variations
Color information
#ED717A (or 0xED717A) is known color: Froly. HEX triplet: ED, 71 and 7A. RGB value is (237,113,122). Sum of RGB (Red+Green+Blue) = 237+113+122=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED717A is #128E85. Grayscale: #979797. Windows color (decimal): -1216134 or 8024557. OLE color: 8024557.
HSL color Cylindrical-coordinate representation of color #ED717A: hue angle of 355.65º 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 #ED717A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 122 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.07 |
| HSL | 355.65º | 0.78% | 0.69% | - |
| HSV(B) | 355.65º | 0.52% | 0.93% | - |
| XYZ | 44.34 | 31.22 | 22.1 | - |
| YUV | 151.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 122 | 0 | 0.52 | 0.49 | 0.07 | 355.65 | 0.78 | 0.69 |
| Hex | ED | 71 | 7A | 0 | 34 | 31 | 7 | 164 | 4E | 45 |
| Octal | 355 | 161 | 172 | 0 | 64 | 61 | 7 | 544 | 116 | 105 |
| Binary | 11101101 | 1110001 | 1111010 | 0 | 110100 | 110001 | 111 | 101100100 | 1001110 | 1000101 |
Color Harmonies of #ED717A
Complementary color
Monochromatic Colors of #ED717A
Black with #ED717A
Text Example
Text Example
White with #ED717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED717A; }
p { color: rgb(237,113,122); }
H1.HeaderClassName
{
color: #ED717A;
}
.AnyTagClassName
{
color: #ED717A;
}
</style>
background-color css
<style>
a { background-color: #ED717A; }
a { background-color: rgb(237,113,122); }
div.DivClassName
{
background-color: #ED717A;
}
.BgClassName
{
background-color: #ED717A;
}
</style>
border-color css
<style>
span { border-color: #ED717A; }
span { border-color: rgb(237,113,122); }
td.TdClassName
{
border-color: #ED717A;
}
.TagClassName
{
border-color: #ED717A;
}
</style>