Shades of Froly #ED626C
Tints of Froly #ED626C
RGB
CMYK
RGB Variations
Color information
#ED626C (or 0xED626C) is known color: Froly. HEX triplet: ED, 62 and 6C. RGB value is (237,98,108). Sum of RGB (Red+Green+Blue) = 237+98+108=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED626C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED626C is #129D93. Grayscale: #8C8C8C. Windows color (decimal): -1219988 or 7103213. OLE color: 7103213.
HSL color Cylindrical-coordinate representation of color #ED626C: hue angle of 355.68º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED626C is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 108 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.07 |
| HSL | 355.68º | 0.79% | 0.66% | - |
| HSV(B) | 355.68º | 0.59% | 0.93% | - |
| XYZ | 42 | 27.82 | 17.34 | - |
| YUV | 140.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 108 | 0 | 0.59 | 0.54 | 0.07 | 355.68 | 0.79 | 0.66 |
| Hex | ED | 62 | 6C | 0 | 3B | 36 | 7 | 164 | 4F | 42 |
| Octal | 355 | 142 | 154 | 0 | 73 | 66 | 7 | 544 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1101100 | 0 | 111011 | 110110 | 111 | 101100100 | 1001111 | 1000010 |
Color Harmonies of #ED626C
Complementary color
Monochromatic Colors of #ED626C
Black with #ED626C
Text Example
Text Example
White with #ED626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED626C; }
p { color: rgb(237,98,108); }
H1.HeaderClassName
{
color: #ED626C;
}
.AnyTagClassName
{
color: #ED626C;
}
</style>
background-color css
<style>
a { background-color: #ED626C; }
a { background-color: rgb(237,98,108); }
div.DivClassName
{
background-color: #ED626C;
}
.BgClassName
{
background-color: #ED626C;
}
</style>
border-color css
<style>
span { border-color: #ED626C; }
span { border-color: rgb(237,98,108); }
td.TdClassName
{
border-color: #ED626C;
}
.TagClassName
{
border-color: #ED626C;
}
</style>