Shades of Froly #ED646B
Tints of Froly #ED646B
RGB
CMYK
RGB Variations
Color information
#ED646B (or 0xED646B) is known color: Froly. HEX triplet: ED, 64 and 6B. RGB value is (237,100,107). Sum of RGB (Red+Green+Blue) = 237+100+107=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED646B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED646B is #129B94. Grayscale: #8D8D8D. Windows color (decimal): -1219477 or 7038189. OLE color: 7038189.
HSL color Cylindrical-coordinate representation of color #ED646B: hue angle of 356.93º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED646B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 107 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.07 |
| HSL | 356.93º | 0.79% | 0.66% | - |
| HSV(B) | 356.93º | 0.58% | 0.93% | - |
| XYZ | 42.14 | 28.18 | 17.13 | - |
| YUV | 141.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 107 | 0 | 0.58 | 0.55 | 0.07 | 356.93 | 0.79 | 0.66 |
| Hex | ED | 64 | 6B | 0 | 3A | 37 | 7 | 165 | 4F | 42 |
| Octal | 355 | 144 | 153 | 0 | 72 | 67 | 7 | 545 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1101011 | 0 | 111010 | 110111 | 111 | 101100101 | 1001111 | 1000010 |
Color Harmonies of #ED646B
Complementary color
Monochromatic Colors of #ED646B
Black with #ED646B
Text Example
Text Example
White with #ED646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED646B; }
p { color: rgb(237,100,107); }
H1.HeaderClassName
{
color: #ED646B;
}
.AnyTagClassName
{
color: #ED646B;
}
</style>
background-color css
<style>
a { background-color: #ED646B; }
a { background-color: rgb(237,100,107); }
div.DivClassName
{
background-color: #ED646B;
}
.BgClassName
{
background-color: #ED646B;
}
</style>
border-color css
<style>
span { border-color: #ED646B; }
span { border-color: rgb(237,100,107); }
td.TdClassName
{
border-color: #ED646B;
}
.TagClassName
{
border-color: #ED646B;
}
</style>