Shades of Froly #ED6779
Tints of Froly #ED6779
RGB
CMYK
RGB Variations
Color information
#ED6779 (or 0xED6779) is known color: Froly. HEX triplet: ED, 67 and 79. RGB value is (237,103,121). Sum of RGB (Red+Green+Blue) = 237+103+121=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6779 is #129886. Grayscale: #919191. Windows color (decimal): -1218695 or 7956461. OLE color: 7956461.
HSL color Cylindrical-coordinate representation of color #ED6779: hue angle of 351.94º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6779 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 121 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.07 |
| HSL | 351.94º | 0.79% | 0.67% | - |
| HSV(B) | 351.94º | 0.57% | 0.93% | - |
| XYZ | 43.23 | 29.09 | 21.42 | - |
| YUV | 145.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 121 | 0 | 0.57 | 0.49 | 0.07 | 351.94 | 0.79 | 0.67 |
| Hex | ED | 67 | 79 | 0 | 39 | 31 | 7 | 160 | 4F | 43 |
| Octal | 355 | 147 | 171 | 0 | 71 | 61 | 7 | 540 | 117 | 103 |
| Binary | 11101101 | 1100111 | 1111001 | 0 | 111001 | 110001 | 111 | 101100000 | 1001111 | 1000011 |
Color Harmonies of #ED6779
Complementary color
Monochromatic Colors of #ED6779
Black with #ED6779
Text Example
Text Example
White with #ED6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6779; }
p { color: rgb(237,103,121); }
H1.HeaderClassName
{
color: #ED6779;
}
.AnyTagClassName
{
color: #ED6779;
}
</style>
background-color css
<style>
a { background-color: #ED6779; }
a { background-color: rgb(237,103,121); }
div.DivClassName
{
background-color: #ED6779;
}
.BgClassName
{
background-color: #ED6779;
}
</style>
border-color css
<style>
span { border-color: #ED6779; }
span { border-color: rgb(237,103,121); }
td.TdClassName
{
border-color: #ED6779;
}
.TagClassName
{
border-color: #ED6779;
}
</style>