Shades of Froly #ED6C7F
Tints of Froly #ED6C7F
RGB
CMYK
RGB Variations
Color information
#ED6C7F (or 0xED6C7F) is known color: Froly. HEX triplet: ED, 6C and 7F. RGB value is (237,108,127). Sum of RGB (Red+Green+Blue) = 237+108+127=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6C7F is #129380. Grayscale: #949494. Windows color (decimal): -1217409 or 8350957. OLE color: 8350957.
HSL color Cylindrical-coordinate representation of color #ED6C7F: hue angle of 351.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6C7F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 127 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.07 |
| HSL | 351.16º | 0.78% | 0.68% | - |
| HSV(B) | 351.16º | 0.54% | 0.93% | - |
| XYZ | 44.12 | 30.26 | 23.59 | - |
| YUV | 148.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 127 | 0 | 0.54 | 0.46 | 0.07 | 351.16 | 0.78 | 0.68 |
| Hex | ED | 6C | 7F | 0 | 36 | 2E | 7 | 15F | 4E | 44 |
| Octal | 355 | 154 | 177 | 0 | 66 | 56 | 7 | 537 | 116 | 104 |
| Binary | 11101101 | 1101100 | 1111111 | 0 | 110110 | 101110 | 111 | 101011111 | 1001110 | 1000100 |
Color Harmonies of #ED6C7F
Complementary color
Monochromatic Colors of #ED6C7F
Black with #ED6C7F
Text Example
Text Example
White with #ED6C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6C7F; }
p { color: rgb(237,108,127); }
H1.HeaderClassName
{
color: #ED6C7F;
}
.AnyTagClassName
{
color: #ED6C7F;
}
</style>
background-color css
<style>
a { background-color: #ED6C7F; }
a { background-color: rgb(237,108,127); }
div.DivClassName
{
background-color: #ED6C7F;
}
.BgClassName
{
background-color: #ED6C7F;
}
</style>
border-color css
<style>
span { border-color: #ED6C7F; }
span { border-color: rgb(237,108,127); }
td.TdClassName
{
border-color: #ED6C7F;
}
.TagClassName
{
border-color: #ED6C7F;
}
</style>