Shades of Froly #ED666A
Tints of Froly #ED666A
RGB
CMYK
RGB Variations
Color information
#ED666A (or 0xED666A) is known color: Froly. HEX triplet: ED, 66 and 6A. RGB value is (237,102,106). Sum of RGB (Red+Green+Blue) = 237+102+106=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED666A is #129995. Grayscale: #8E8E8E. Windows color (decimal): -1218966 or 6973165. OLE color: 6973165.
HSL color Cylindrical-coordinate representation of color #ED666A: hue angle of 358.22º 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 #ED666A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 106 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.07 |
| HSL | 358.22º | 0.79% | 0.66% | - |
| HSV(B) | 358.22º | 0.57% | 0.93% | - |
| XYZ | 42.28 | 28.55 | 16.92 | - |
| YUV | 142.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 106 | 0 | 0.57 | 0.55 | 0.07 | 358.22 | 0.79 | 0.66 |
| Hex | ED | 66 | 6A | 0 | 39 | 37 | 7 | 166 | 4F | 42 |
| Octal | 355 | 146 | 152 | 0 | 71 | 67 | 7 | 546 | 117 | 102 |
| Binary | 11101101 | 1100110 | 1101010 | 0 | 111001 | 110111 | 111 | 101100110 | 1001111 | 1000010 |
Color Harmonies of #ED666A
Complementary color
Monochromatic Colors of #ED666A
Black with #ED666A
Text Example
Text Example
White with #ED666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED666A; }
p { color: rgb(237,102,106); }
H1.HeaderClassName
{
color: #ED666A;
}
.AnyTagClassName
{
color: #ED666A;
}
</style>
background-color css
<style>
a { background-color: #ED666A; }
a { background-color: rgb(237,102,106); }
div.DivClassName
{
background-color: #ED666A;
}
.BgClassName
{
background-color: #ED666A;
}
</style>
border-color css
<style>
span { border-color: #ED666A; }
span { border-color: rgb(237,102,106); }
td.TdClassName
{
border-color: #ED666A;
}
.TagClassName
{
border-color: #ED666A;
}
</style>