Shades of Froly #ED6476
Tints of Froly #ED6476
RGB
CMYK
RGB Variations
Color information
#ED6476 (or 0xED6476) is known color: Froly. HEX triplet: ED, 64 and 76. RGB value is (237,100,118). Sum of RGB (Red+Green+Blue) = 237+100+118=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6476 is #129B89. Grayscale: #8F8F8F. Windows color (decimal): -1219466 or 7759085. OLE color: 7759085.
HSL color Cylindrical-coordinate representation of color #ED6476: hue angle of 352.12º 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 #ED6476 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 100 | 118 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.07 |
| HSL | 352.12º | 0.79% | 0.66% | - |
| HSV(B) | 352.12º | 0.58% | 0.93% | - |
| XYZ | 42.75 | 28.43 | 20.37 | - |
| YUV | 143.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 100 | 118 | 0 | 0.58 | 0.50 | 0.07 | 352.12 | 0.79 | 0.66 |
| Hex | ED | 64 | 76 | 0 | 3A | 32 | 7 | 160 | 4F | 42 |
| Octal | 355 | 144 | 166 | 0 | 72 | 62 | 7 | 540 | 117 | 102 |
| Binary | 11101101 | 1100100 | 1110110 | 0 | 111010 | 110010 | 111 | 101100000 | 1001111 | 1000010 |
Color Harmonies of #ED6476
Complementary color
Monochromatic Colors of #ED6476
Black with #ED6476
Text Example
Text Example
White with #ED6476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6476; }
p { color: rgb(237,100,118); }
H1.HeaderClassName
{
color: #ED6476;
}
.AnyTagClassName
{
color: #ED6476;
}
</style>
background-color css
<style>
a { background-color: #ED6476; }
a { background-color: rgb(237,100,118); }
div.DivClassName
{
background-color: #ED6476;
}
.BgClassName
{
background-color: #ED6476;
}
</style>
border-color css
<style>
span { border-color: #ED6476; }
span { border-color: rgb(237,100,118); }
td.TdClassName
{
border-color: #ED6476;
}
.TagClassName
{
border-color: #ED6476;
}
</style>