Shades of Froly #EC697D
Tints of Froly #EC697D
RGB
CMYK
RGB Variations
Color information
#EC697D (or 0xEC697D) is known color: Froly. HEX triplet: EC, 69 and 7D. RGB value is (236,105,125). Sum of RGB (Red+Green+Blue) = 236+105+125=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC697D is #139682. Grayscale: #929292. Windows color (decimal): -1283715 or 8219116. OLE color: 8219116.
HSL color Cylindrical-coordinate representation of color #EC697D: hue angle of 350.84º degrees, saturation: 0.78, 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 #EC697D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 125 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.07 |
| HSL | 350.84º | 0.78% | 0.67% | - |
| HSV(B) | 350.84º | 0.56% | 0.93% | - |
| XYZ | 43.35 | 29.42 | 22.8 | - |
| YUV | 146.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 125 | 0 | 0.56 | 0.47 | 0.07 | 350.84 | 0.78 | 0.67 |
| Hex | EC | 69 | 7D | 0 | 38 | 2F | 7 | 15F | 4E | 43 |
| Octal | 354 | 151 | 175 | 0 | 70 | 57 | 7 | 537 | 116 | 103 |
| Binary | 11101100 | 1101001 | 1111101 | 0 | 111000 | 101111 | 111 | 101011111 | 1001110 | 1000011 |
Color Harmonies of #EC697D
Complementary color
Monochromatic Colors of #EC697D
Black with #EC697D
Text Example
Text Example
White with #EC697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC697D; }
p { color: rgb(236,105,125); }
H1.HeaderClassName
{
color: #EC697D;
}
.AnyTagClassName
{
color: #EC697D;
}
</style>
background-color css
<style>
a { background-color: #EC697D; }
a { background-color: rgb(236,105,125); }
div.DivClassName
{
background-color: #EC697D;
}
.BgClassName
{
background-color: #EC697D;
}
</style>
border-color css
<style>
span { border-color: #EC697D; }
span { border-color: rgb(236,105,125); }
td.TdClassName
{
border-color: #EC697D;
}
.TagClassName
{
border-color: #EC697D;
}
</style>