Shades of Froly #ED6073
Tints of Froly #ED6073
RGB
CMYK
RGB Variations
Color information
#ED6073 (or 0xED6073) is known color: Froly. HEX triplet: ED, 60 and 73. RGB value is (237,96,115). Sum of RGB (Red+Green+Blue) = 237+96+115=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6073 is #129F8C. Grayscale: #8C8C8C. Windows color (decimal): -1220493 or 7561453. OLE color: 7561453.
HSL color Cylindrical-coordinate representation of color #ED6073: hue angle of 351.91º 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 #ED6073 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 115 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.07 |
| HSL | 351.91º | 0.8% | 0.65% | - |
| HSV(B) | 351.91º | 0.59% | 0.93% | - |
| XYZ | 42.2 | 27.61 | 19.32 | - |
| YUV | 140.33 | 113.71 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 115 | 0 | 0.59 | 0.51 | 0.07 | 351.91 | 0.8 | 0.65 |
| Hex | ED | 60 | 73 | 0 | 3B | 33 | 7 | 160 | 50 | 41 |
| Octal | 355 | 140 | 163 | 0 | 73 | 63 | 7 | 540 | 120 | 101 |
| Binary | 11101101 | 1100000 | 1110011 | 0 | 111011 | 110011 | 111 | 101100000 | 1010000 | 1000001 |
Color Harmonies of #ED6073
Complementary color
Monochromatic Colors of #ED6073
Black with #ED6073
Text Example
Text Example
White with #ED6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6073; }
p { color: rgb(237,96,115); }
H1.HeaderClassName
{
color: #ED6073;
}
.AnyTagClassName
{
color: #ED6073;
}
</style>
background-color css
<style>
a { background-color: #ED6073; }
a { background-color: rgb(237,96,115); }
div.DivClassName
{
background-color: #ED6073;
}
.BgClassName
{
background-color: #ED6073;
}
</style>
border-color css
<style>
span { border-color: #ED6073; }
span { border-color: rgb(237,96,115); }
td.TdClassName
{
border-color: #ED6073;
}
.TagClassName
{
border-color: #ED6073;
}
</style>