Shades of Froly #ED616E
Tints of Froly #ED616E
RGB
CMYK
RGB Variations
Color information
#ED616E (or 0xED616E) is known color: Froly. HEX triplet: ED, 61 and 6E. RGB value is (237,97,110). Sum of RGB (Red+Green+Blue) = 237+97+110=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED616E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED616E is #129E91. Grayscale: #8C8C8C. Windows color (decimal): -1220242 or 7234029. OLE color: 7234029.
HSL color Cylindrical-coordinate representation of color #ED616E: hue angle of 354.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED616E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 110 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.07 |
| HSL | 354.43º | 0.8% | 0.65% | - |
| HSV(B) | 354.43º | 0.59% | 0.93% | - |
| XYZ | 42.01 | 27.68 | 17.88 | - |
| YUV | 140.34 | 110.88 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 110 | 0 | 0.59 | 0.54 | 0.07 | 354.43 | 0.8 | 0.65 |
| Hex | ED | 61 | 6E | 0 | 3B | 36 | 7 | 162 | 50 | 41 |
| Octal | 355 | 141 | 156 | 0 | 73 | 66 | 7 | 542 | 120 | 101 |
| Binary | 11101101 | 1100001 | 1101110 | 0 | 111011 | 110110 | 111 | 101100010 | 1010000 | 1000001 |
Color Harmonies of #ED616E
Complementary color
Monochromatic Colors of #ED616E
Black with #ED616E
Text Example
Text Example
White with #ED616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED616E; }
p { color: rgb(237,97,110); }
H1.HeaderClassName
{
color: #ED616E;
}
.AnyTagClassName
{
color: #ED616E;
}
</style>
background-color css
<style>
a { background-color: #ED616E; }
a { background-color: rgb(237,97,110); }
div.DivClassName
{
background-color: #ED616E;
}
.BgClassName
{
background-color: #ED616E;
}
</style>
border-color css
<style>
span { border-color: #ED616E; }
span { border-color: rgb(237,97,110); }
td.TdClassName
{
border-color: #ED616E;
}
.TagClassName
{
border-color: #ED616E;
}
</style>