Shades of Froly #EC7581
Tints of Froly #EC7581
RGB
CMYK
RGB Variations
Color information
#EC7581 (or 0xEC7581) is known color: Froly. HEX triplet: EC, 75 and 81. RGB value is (236,117,129). Sum of RGB (Red+Green+Blue) = 236+117+129=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7581 is #138A7E. Grayscale: #9A9A9A. Windows color (decimal): -1280639 or 8484332. OLE color: 8484332.
HSL color Cylindrical-coordinate representation of color #EC7581: hue angle of 353.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7581 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 129 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.07 |
| HSL | 353.95º | 0.76% | 0.69% | - |
| HSV(B) | 353.95º | 0.5% | 0.93% | - |
| XYZ | 44.92 | 32.14 | 24.61 | - |
| YUV | 153.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 129 | 0 | 0.50 | 0.45 | 0.07 | 353.95 | 0.76 | 0.69 |
| Hex | EC | 75 | 81 | 0 | 32 | 2D | 7 | 162 | 4C | 45 |
| Octal | 354 | 165 | 201 | 0 | 62 | 55 | 7 | 542 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10000001 | 0 | 110010 | 101101 | 111 | 101100010 | 1001100 | 1000101 |
Color Harmonies of #EC7581
Complementary color
Monochromatic Colors of #EC7581
Black with #EC7581
Text Example
Text Example
White with #EC7581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7581; }
p { color: rgb(236,117,129); }
H1.HeaderClassName
{
color: #EC7581;
}
.AnyTagClassName
{
color: #EC7581;
}
</style>
background-color css
<style>
a { background-color: #EC7581; }
a { background-color: rgb(236,117,129); }
div.DivClassName
{
background-color: #EC7581;
}
.BgClassName
{
background-color: #EC7581;
}
</style>
border-color css
<style>
span { border-color: #EC7581; }
span { border-color: rgb(236,117,129); }
td.TdClassName
{
border-color: #EC7581;
}
.TagClassName
{
border-color: #EC7581;
}
</style>