Shades of Froly #ED6972
Tints of Froly #ED6972
RGB
CMYK
RGB Variations
Color information
#ED6972 (or 0xED6972) is known color: Froly. HEX triplet: ED, 69 and 72. RGB value is (237,105,114). Sum of RGB (Red+Green+Blue) = 237+105+114=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6972 is #12968D. Grayscale: #919191. Windows color (decimal): -1218190 or 7498221. OLE color: 7498221.
HSL color Cylindrical-coordinate representation of color #ED6972: hue angle of 355.91º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6972 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 114 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.07 |
| HSL | 355.91º | 0.79% | 0.67% | - |
| HSV(B) | 355.91º | 0.56% | 0.93% | - |
| XYZ | 43.01 | 29.32 | 19.31 | - |
| YUV | 145.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 114 | 0 | 0.56 | 0.52 | 0.07 | 355.91 | 0.79 | 0.67 |
| Hex | ED | 69 | 72 | 0 | 38 | 34 | 7 | 164 | 4F | 43 |
| Octal | 355 | 151 | 162 | 0 | 70 | 64 | 7 | 544 | 117 | 103 |
| Binary | 11101101 | 1101001 | 1110010 | 0 | 111000 | 110100 | 111 | 101100100 | 1001111 | 1000011 |
Color Harmonies of #ED6972
Complementary color
Monochromatic Colors of #ED6972
Black with #ED6972
Text Example
Text Example
White with #ED6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6972; }
p { color: rgb(237,105,114); }
H1.HeaderClassName
{
color: #ED6972;
}
.AnyTagClassName
{
color: #ED6972;
}
</style>
background-color css
<style>
a { background-color: #ED6972; }
a { background-color: rgb(237,105,114); }
div.DivClassName
{
background-color: #ED6972;
}
.BgClassName
{
background-color: #ED6972;
}
</style>
border-color css
<style>
span { border-color: #ED6972; }
span { border-color: rgb(237,105,114); }
td.TdClassName
{
border-color: #ED6972;
}
.TagClassName
{
border-color: #ED6972;
}
</style>