Shades of Froly #EC6278
Tints of Froly #EC6278
RGB
CMYK
RGB Variations
Color information
#EC6278 (or 0xEC6278) is known color: Froly. HEX triplet: EC, 62 and 78. RGB value is (236,98,120). Sum of RGB (Red+Green+Blue) = 236+98+120=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6278 is #139D87. Grayscale: #8D8D8D. Windows color (decimal): -1285512 or 7889644. OLE color: 7889644.
HSL color Cylindrical-coordinate representation of color #EC6278: hue angle of 350.43º 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 #EC6278 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 120 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.07 |
| HSL | 350.43º | 0.78% | 0.65% | - |
| HSV(B) | 350.43º | 0.58% | 0.93% | - |
| XYZ | 42.35 | 27.92 | 20.93 | - |
| YUV | 141.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 120 | 0 | 0.58 | 0.49 | 0.07 | 350.43 | 0.78 | 0.65 |
| Hex | EC | 62 | 78 | 0 | 3A | 31 | 7 | 15E | 4E | 41 |
| Octal | 354 | 142 | 170 | 0 | 72 | 61 | 7 | 536 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1111000 | 0 | 111010 | 110001 | 111 | 101011110 | 1001110 | 1000001 |
Color Harmonies of #EC6278
Complementary color
Monochromatic Colors of #EC6278
Black with #EC6278
Text Example
Text Example
White with #EC6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6278; }
p { color: rgb(236,98,120); }
H1.HeaderClassName
{
color: #EC6278;
}
.AnyTagClassName
{
color: #EC6278;
}
</style>
background-color css
<style>
a { background-color: #EC6278; }
a { background-color: rgb(236,98,120); }
div.DivClassName
{
background-color: #EC6278;
}
.BgClassName
{
background-color: #EC6278;
}
</style>
border-color css
<style>
span { border-color: #EC6278; }
span { border-color: rgb(236,98,120); }
td.TdClassName
{
border-color: #EC6278;
}
.TagClassName
{
border-color: #EC6278;
}
</style>