Shades of Froly #ED646C
Tints of Froly #ED646C
RGB
CMYK
RGB Variations
Color information
#ED646C (or 0xED646C) is known color: Froly. HEX triplet: ED, 64 and 6C. RGB value is (237,100,108). Sum of RGB (Red+Green+Blue) = 237+100+108=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 108 (42.58% from 255 or 24.27% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED646C is #129B93. Grayscale: #8D8D8D. Windows color (decimal): -1219476 or 7103725. OLE color: 7103725.
HSL color Cylindrical-coordinate representation of color #ED646C: hue angle of 356.5º 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 #ED646C is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 108 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.07 |
| HSL | 356.5º | 0.79% | 0.66% | - |
| HSV(B) | 356.5º | 0.58% | 0.93% | - |
| XYZ | 42.19 | 28.2 | 17.41 | - |
| YUV | 141.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 108 | 0 | 0.58 | 0.54 | 0.07 | 356.5 | 0.79 | 0.66 |
| Hex | ED | 64 | 6C | 0 | 3A | 36 | 7 | 164 | 4F | 42 |
| Octal | 355 | 144 | 154 | 0 | 72 | 66 | 7 | 544 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1101100 | 0 | 111010 | 110110 | 111 | 101100100 | 1001111 | 1000010 |
Color Harmonies of #ED646C
Complementary color
Monochromatic Colors of #ED646C
Black with #ED646C
Text Example
Text Example
White with #ED646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED646C; }
p { color: rgb(237,100,108); }
H1.HeaderClassName
{
color: #ED646C;
}
.AnyTagClassName
{
color: #ED646C;
}
</style>
background-color css
<style>
a { background-color: #ED646C; }
a { background-color: rgb(237,100,108); }
div.DivClassName
{
background-color: #ED646C;
}
.BgClassName
{
background-color: #ED646C;
}
</style>
border-color css
<style>
span { border-color: #ED646C; }
span { border-color: rgb(237,100,108); }
td.TdClassName
{
border-color: #ED646C;
}
.TagClassName
{
border-color: #ED646C;
}
</style>