Shades of Froly #ED666B
Tints of Froly #ED666B
RGB
CMYK
RGB Variations
Color information
#ED666B (or 0xED666B) is known color: Froly. HEX triplet: ED, 66 and 6B. RGB value is (237,102,107). Sum of RGB (Red+Green+Blue) = 237+102+107=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED666B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED666B is #129994. Grayscale: #8F8F8F. Windows color (decimal): -1218965 or 7038701. OLE color: 7038701.
HSL color Cylindrical-coordinate representation of color #ED666B: hue angle of 357.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED666B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 107 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.07 |
| HSL | 357.78º | 0.79% | 0.66% | - |
| HSV(B) | 357.78º | 0.57% | 0.93% | - |
| XYZ | 42.33 | 28.57 | 17.19 | - |
| YUV | 142.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 107 | 0 | 0.57 | 0.55 | 0.07 | 357.78 | 0.79 | 0.66 |
| Hex | ED | 66 | 6B | 0 | 39 | 37 | 7 | 166 | 4F | 42 |
| Octal | 355 | 146 | 153 | 0 | 71 | 67 | 7 | 546 | 117 | 102 |
| Binary | 11101101 | 1100110 | 1101011 | 0 | 111001 | 110111 | 111 | 101100110 | 1001111 | 1000010 |
Color Harmonies of #ED666B
Complementary color
Monochromatic Colors of #ED666B
Black with #ED666B
Text Example
Text Example
White with #ED666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED666B; }
p { color: rgb(237,102,107); }
H1.HeaderClassName
{
color: #ED666B;
}
.AnyTagClassName
{
color: #ED666B;
}
</style>
background-color css
<style>
a { background-color: #ED666B; }
a { background-color: rgb(237,102,107); }
div.DivClassName
{
background-color: #ED666B;
}
.BgClassName
{
background-color: #ED666B;
}
</style>
border-color css
<style>
span { border-color: #ED666B; }
span { border-color: rgb(237,102,107); }
td.TdClassName
{
border-color: #ED666B;
}
.TagClassName
{
border-color: #ED666B;
}
</style>