Shades of Froly #ED6066
Tints of Froly #ED6066
RGB
CMYK
RGB Variations
Color information
#ED6066 (or 0xED6066) is known color: Froly. HEX triplet: ED, 60 and 66. RGB value is (237,96,102). Sum of RGB (Red+Green+Blue) = 237+96+102=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6066 is #129F99. Grayscale: #8A8A8A. Windows color (decimal): -1220506 or 6709485. OLE color: 6709485.
HSL color Cylindrical-coordinate representation of color #ED6066: hue angle of 357.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6066 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 102 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.07 |
| HSL | 357.45º | 0.8% | 0.65% | - |
| HSV(B) | 357.45º | 0.59% | 0.93% | - |
| XYZ | 41.51 | 27.33 | 15.66 | - |
| YUV | 138.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 102 | 0 | 0.59 | 0.57 | 0.07 | 357.45 | 0.8 | 0.65 |
| Hex | ED | 60 | 66 | 0 | 3B | 39 | 7 | 165 | 50 | 41 |
| Octal | 355 | 140 | 146 | 0 | 73 | 71 | 7 | 545 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1100110 | 0 | 111011 | 111001 | 111 | 101100101 | 1010000 | 1000001 |
Color Harmonies of #ED6066
Complementary color
Monochromatic Colors of #ED6066
Black with #ED6066
Text Example
Text Example
White with #ED6066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6066; }
p { color: rgb(237,96,102); }
H1.HeaderClassName
{
color: #ED6066;
}
.AnyTagClassName
{
color: #ED6066;
}
</style>
background-color css
<style>
a { background-color: #ED6066; }
a { background-color: rgb(237,96,102); }
div.DivClassName
{
background-color: #ED6066;
}
.BgClassName
{
background-color: #ED6066;
}
</style>
border-color css
<style>
span { border-color: #ED6066; }
span { border-color: rgb(237,96,102); }
td.TdClassName
{
border-color: #ED6066;
}
.TagClassName
{
border-color: #ED6066;
}
</style>