Shades of Froly #ED6274
Tints of Froly #ED6274
RGB
CMYK
RGB Variations
Color information
#ED6274 (or 0xED6274) is known color: Froly. HEX triplet: ED, 62 and 74. RGB value is (237,98,116). Sum of RGB (Red+Green+Blue) = 237+98+116=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6274 is #129D8B. Grayscale: #8D8D8D. Windows color (decimal): -1219980 or 7627501. OLE color: 7627501.
HSL color Cylindrical-coordinate representation of color #ED6274: hue angle of 352.23º 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 #ED6274 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 116 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.07 |
| HSL | 352.23º | 0.79% | 0.66% | - |
| HSV(B) | 352.23º | 0.59% | 0.93% | - |
| XYZ | 42.45 | 28 | 19.69 | - |
| YUV | 141.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 116 | 0 | 0.59 | 0.51 | 0.07 | 352.23 | 0.79 | 0.66 |
| Hex | ED | 62 | 74 | 0 | 3B | 33 | 7 | 160 | 4F | 42 |
| Octal | 355 | 142 | 164 | 0 | 73 | 63 | 7 | 540 | 117 | 102 |
| Binary | 11101101 | 1100010 | 1110100 | 0 | 111011 | 110011 | 111 | 101100000 | 1001111 | 1000010 |
Color Harmonies of #ED6274
Complementary color
Monochromatic Colors of #ED6274
Black with #ED6274
Text Example
Text Example
White with #ED6274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6274; }
p { color: rgb(237,98,116); }
H1.HeaderClassName
{
color: #ED6274;
}
.AnyTagClassName
{
color: #ED6274;
}
</style>
background-color css
<style>
a { background-color: #ED6274; }
a { background-color: rgb(237,98,116); }
div.DivClassName
{
background-color: #ED6274;
}
.BgClassName
{
background-color: #ED6274;
}
</style>
border-color css
<style>
span { border-color: #ED6274; }
span { border-color: rgb(237,98,116); }
td.TdClassName
{
border-color: #ED6274;
}
.TagClassName
{
border-color: #ED6274;
}
</style>