Shades of Froly #EC6276
Tints of Froly #EC6276
RGB
CMYK
RGB Variations
Color information
#EC6276 (or 0xEC6276) is known color: Froly. HEX triplet: EC, 62 and 76. RGB value is (236,98,118). Sum of RGB (Red+Green+Blue) = 236+98+118=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6276 is #139D89. Grayscale: #8D8D8D. Windows color (decimal): -1285514 or 7758572. OLE color: 7758572.
HSL color Cylindrical-coordinate representation of color #EC6276: hue angle of 351.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6276 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 118 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.07 |
| HSL | 351.3º | 0.78% | 0.65% | - |
| HSV(B) | 351.3º | 0.58% | 0.93% | - |
| XYZ | 42.23 | 27.88 | 20.29 | - |
| YUV | 141.54 | 114.72 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 118 | 0 | 0.58 | 0.5 | 0.07 | 351.3 | 0.78 | 0.65 |
| Hex | EC | 62 | 76 | 0 | 3A | 32 | 7 | 15F | 4E | 41 |
| Octal | 354 | 142 | 166 | 0 | 72 | 62 | 7 | 537 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1110110 | 0 | 111010 | 110010 | 111 | 101011111 | 1001110 | 1000001 |
Color Harmonies of #EC6276
Complementary color
Monochromatic Colors of #EC6276
Black with #EC6276
Text Example
Text Example
White with #EC6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6276; }
p { color: rgb(236,98,118); }
H1.HeaderClassName
{
color: #EC6276;
}
.AnyTagClassName
{
color: #EC6276;
}
</style>
background-color css
<style>
a { background-color: #EC6276; }
a { background-color: rgb(236,98,118); }
div.DivClassName
{
background-color: #EC6276;
}
.BgClassName
{
background-color: #EC6276;
}
</style>
border-color css
<style>
span { border-color: #EC6276; }
span { border-color: rgb(236,98,118); }
td.TdClassName
{
border-color: #EC6276;
}
.TagClassName
{
border-color: #EC6276;
}
</style>