Shades of Froly #EC6871
Tints of Froly #EC6871
RGB
CMYK
RGB Variations
Color information
#EC6871 (or 0xEC6871) is known color: Froly. HEX triplet: EC, 68 and 71. RGB value is (236,104,113). Sum of RGB (Red+Green+Blue) = 236+104+113=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6871 is #13978E. Grayscale: #909090. Windows color (decimal): -1283983 or 7432428. OLE color: 7432428.
HSL color Cylindrical-coordinate representation of color #EC6871: hue angle of 355.91º 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 #EC6871 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 113 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.07 |
| HSL | 355.91º | 0.78% | 0.67% | - |
| HSV(B) | 355.91º | 0.56% | 0.93% | - |
| XYZ | 42.52 | 28.93 | 18.96 | - |
| YUV | 144.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 113 | 0 | 0.56 | 0.52 | 0.07 | 355.91 | 0.78 | 0.67 |
| Hex | EC | 68 | 71 | 0 | 38 | 34 | 7 | 164 | 4E | 43 |
| Octal | 354 | 150 | 161 | 0 | 70 | 64 | 7 | 544 | 116 | 103 |
| Binary | 11101100 | 1101000 | 1110001 | 0 | 111000 | 110100 | 111 | 101100100 | 1001110 | 1000011 |
Color Harmonies of #EC6871
Complementary color
Monochromatic Colors of #EC6871
Black with #EC6871
Text Example
Text Example
White with #EC6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6871; }
p { color: rgb(236,104,113); }
H1.HeaderClassName
{
color: #EC6871;
}
.AnyTagClassName
{
color: #EC6871;
}
</style>
background-color css
<style>
a { background-color: #EC6871; }
a { background-color: rgb(236,104,113); }
div.DivClassName
{
background-color: #EC6871;
}
.BgClassName
{
background-color: #EC6871;
}
</style>
border-color css
<style>
span { border-color: #EC6871; }
span { border-color: rgb(236,104,113); }
td.TdClassName
{
border-color: #EC6871;
}
.TagClassName
{
border-color: #EC6871;
}
</style>