Shades of Froly #ED6275
Tints of Froly #ED6275
RGB
CMYK
RGB Variations
Color information
#ED6275 (or 0xED6275) is known color: Froly. HEX triplet: ED, 62 and 75. RGB value is (237,98,117). Sum of RGB (Red+Green+Blue) = 237+98+117=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6275 is #129D8A. Grayscale: #8D8D8D. Windows color (decimal): -1219979 or 7693037. OLE color: 7693037.
HSL color Cylindrical-coordinate representation of color #ED6275: hue angle of 351.8º 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 #ED6275 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 117 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.07 |
| HSL | 351.8º | 0.79% | 0.66% | - |
| HSV(B) | 351.8º | 0.59% | 0.93% | - |
| XYZ | 42.5 | 28.02 | 20 | - |
| YUV | 141.73 | 114.05 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 117 | 0 | 0.59 | 0.51 | 0.07 | 351.8 | 0.79 | 0.66 |
| Hex | ED | 62 | 75 | 0 | 3B | 33 | 7 | 160 | 4F | 42 |
| Octal | 355 | 142 | 165 | 0 | 73 | 63 | 7 | 540 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1110101 | 0 | 111011 | 110011 | 111 | 101100000 | 1001111 | 1000010 |
Color Harmonies of #ED6275
Complementary color
Monochromatic Colors of #ED6275
Black with #ED6275
Text Example
Text Example
White with #ED6275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6275; }
p { color: rgb(237,98,117); }
H1.HeaderClassName
{
color: #ED6275;
}
.AnyTagClassName
{
color: #ED6275;
}
</style>
background-color css
<style>
a { background-color: #ED6275; }
a { background-color: rgb(237,98,117); }
div.DivClassName
{
background-color: #ED6275;
}
.BgClassName
{
background-color: #ED6275;
}
</style>
border-color css
<style>
span { border-color: #ED6275; }
span { border-color: rgb(237,98,117); }
td.TdClassName
{
border-color: #ED6275;
}
.TagClassName
{
border-color: #ED6275;
}
</style>