Shades of Froly #EC6479
Tints of Froly #EC6479
RGB
CMYK
RGB Variations
Color information
#EC6479 (or 0xEC6479) is known color: Froly. HEX triplet: EC, 64 and 79. RGB value is (236,100,121). Sum of RGB (Red+Green+Blue) = 236+100+121=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6479 is #139B86. Grayscale: #8F8F8F. Windows color (decimal): -1284999 or 7955692. OLE color: 7955692.
HSL color Cylindrical-coordinate representation of color #EC6479: hue angle of 350.74º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6479 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 121 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.07 |
| HSL | 350.74º | 0.78% | 0.66% | - |
| HSV(B) | 350.74º | 0.58% | 0.93% | - |
| XYZ | 42.6 | 28.33 | 21.31 | - |
| YUV | 143.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 121 | 0 | 0.58 | 0.49 | 0.07 | 350.74 | 0.78 | 0.66 |
| Hex | EC | 64 | 79 | 0 | 3A | 31 | 7 | 15F | 4E | 42 |
| Octal | 354 | 144 | 171 | 0 | 72 | 61 | 7 | 537 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1111001 | 0 | 111010 | 110001 | 111 | 101011111 | 1001110 | 1000010 |
Color Harmonies of #EC6479
Complementary color
Monochromatic Colors of #EC6479
Black with #EC6479
Text Example
Text Example
White with #EC6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6479; }
p { color: rgb(236,100,121); }
H1.HeaderClassName
{
color: #EC6479;
}
.AnyTagClassName
{
color: #EC6479;
}
</style>
background-color css
<style>
a { background-color: #EC6479; }
a { background-color: rgb(236,100,121); }
div.DivClassName
{
background-color: #EC6479;
}
.BgClassName
{
background-color: #EC6479;
}
</style>
border-color css
<style>
span { border-color: #EC6479; }
span { border-color: rgb(236,100,121); }
td.TdClassName
{
border-color: #EC6479;
}
.TagClassName
{
border-color: #EC6479;
}
</style>