Shades of Froly #EC6873
Tints of Froly #EC6873
RGB
CMYK
RGB Variations
Color information
#EC6873 (or 0xEC6873) is known color: Froly. HEX triplet: EC, 68 and 73. RGB value is (236,104,115). Sum of RGB (Red+Green+Blue) = 236+104+115=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6873 is #13978C. Grayscale: #909090. Windows color (decimal): -1283981 or 7563500. OLE color: 7563500.
HSL color Cylindrical-coordinate representation of color #EC6873: hue angle of 355º 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 #EC6873 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 115 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.07 |
| HSL | 355º | 0.78% | 0.67% | - |
| HSV(B) | 355º | 0.56% | 0.93% | - |
| XYZ | 42.64 | 28.97 | 19.56 | - |
| YUV | 144.72 | 111.23 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 115 | 0 | 0.56 | 0.51 | 0.07 | 355 | 0.78 | 0.67 |
| Hex | EC | 68 | 73 | 0 | 38 | 33 | 7 | 163 | 4E | 43 |
| Octal | 354 | 150 | 163 | 0 | 70 | 63 | 7 | 543 | 116 | 103 |
| Binary | 11101100 | 1101000 | 1110011 | 0 | 111000 | 110011 | 111 | 101100011 | 1001110 | 1000011 |
Color Harmonies of #EC6873
Complementary color
Monochromatic Colors of #EC6873
Black with #EC6873
Text Example
Text Example
White with #EC6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6873; }
p { color: rgb(236,104,115); }
H1.HeaderClassName
{
color: #EC6873;
}
.AnyTagClassName
{
color: #EC6873;
}
</style>
background-color css
<style>
a { background-color: #EC6873; }
a { background-color: rgb(236,104,115); }
div.DivClassName
{
background-color: #EC6873;
}
.BgClassName
{
background-color: #EC6873;
}
</style>
border-color css
<style>
span { border-color: #EC6873; }
span { border-color: rgb(236,104,115); }
td.TdClassName
{
border-color: #EC6873;
}
.TagClassName
{
border-color: #EC6873;
}
</style>