Shades of Brilliant Rose #EC58AA
Tints of Brilliant Rose #EC58AA
RGB
CMYK
RGB Variations
Color information
#EC58AA (or 0xEC58AA) is known color: Brilliant Rose. HEX triplet: EC, 58 and AA. RGB value is (236,88,170). Sum of RGB (Red+Green+Blue) = 236+88+170=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58AA is #13A755. Grayscale: #8D8D8D. Windows color (decimal): -1288022 or 11163884. OLE color: 11163884.
HSL color Cylindrical-coordinate representation of color #EC58AA: hue angle of 326.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58AA is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 170 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.07 |
| HSL | 326.76º | 0.8% | 0.64% | - |
| HSV(B) | 326.76º | 0.63% | 0.93% | - |
| XYZ | 45.34 | 27.71 | 40.99 | - |
| YUV | 141.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 170 | 0 | 0.63 | 0.28 | 0.07 | 326.76 | 0.8 | 0.64 |
| Hex | EC | 58 | AA | 0 | 3F | 1C | 7 | 147 | 50 | 40 |
| Octal | 354 | 130 | 252 | 0 | 77 | 34 | 7 | 507 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10101010 | 0 | 111111 | 11100 | 111 | 101000111 | 1010000 | 1000000 |
Color Harmonies of #EC58AA
Complementary color
Monochromatic Colors of #EC58AA
Black with #EC58AA
Text Example
Text Example
White with #EC58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58AA; }
p { color: rgb(236,88,170); }
H1.HeaderClassName
{
color: #EC58AA;
}
.AnyTagClassName
{
color: #EC58AA;
}
</style>
background-color css
<style>
a { background-color: #EC58AA; }
a { background-color: rgb(236,88,170); }
div.DivClassName
{
background-color: #EC58AA;
}
.BgClassName
{
background-color: #EC58AA;
}
</style>
border-color css
<style>
span { border-color: #EC58AA; }
span { border-color: rgb(236,88,170); }
td.TdClassName
{
border-color: #EC58AA;
}
.TagClassName
{
border-color: #EC58AA;
}
</style>