Shades of Froly #ED6376
Tints of Froly #ED6376
RGB
CMYK
RGB Variations
Color information
#ED6376 (or 0xED6376) is known color: Froly. HEX triplet: ED, 63 and 76. RGB value is (237,99,118). Sum of RGB (Red+Green+Blue) = 237+99+118=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6376 is #129C89. Grayscale: #8E8E8E. Windows color (decimal): -1219722 or 7758829. OLE color: 7758829.
HSL color Cylindrical-coordinate representation of color #ED6376: hue angle of 351.74º 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 #ED6376 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 118 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.07 |
| HSL | 351.74º | 0.79% | 0.66% | - |
| HSV(B) | 351.74º | 0.58% | 0.93% | - |
| XYZ | 42.66 | 28.24 | 20.34 | - |
| YUV | 142.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 118 | 0 | 0.58 | 0.50 | 0.07 | 351.74 | 0.79 | 0.66 |
| Hex | ED | 63 | 76 | 0 | 3A | 32 | 7 | 160 | 4F | 42 |
| Octal | 355 | 143 | 166 | 0 | 72 | 62 | 7 | 540 | 117 | 102 |
| Binary | 11101101 | 1100011 | 1110110 | 0 | 111010 | 110010 | 111 | 101100000 | 1001111 | 1000010 |
Color Harmonies of #ED6376
Complementary color
Monochromatic Colors of #ED6376
Black with #ED6376
Text Example
Text Example
White with #ED6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6376; }
p { color: rgb(237,99,118); }
H1.HeaderClassName
{
color: #ED6376;
}
.AnyTagClassName
{
color: #ED6376;
}
</style>
background-color css
<style>
a { background-color: #ED6376; }
a { background-color: rgb(237,99,118); }
div.DivClassName
{
background-color: #ED6376;
}
.BgClassName
{
background-color: #ED6376;
}
</style>
border-color css
<style>
span { border-color: #ED6376; }
span { border-color: rgb(237,99,118); }
td.TdClassName
{
border-color: #ED6376;
}
.TagClassName
{
border-color: #ED6376;
}
</style>