Shades of Brilliant Rose #EC58AC
Tints of Brilliant Rose #EC58AC
RGB
CMYK
RGB Variations
Color information
#EC58AC (or 0xEC58AC) is known color: Brilliant Rose. HEX triplet: EC, 58 and AC. RGB value is (236,88,172). Sum of RGB (Red+Green+Blue) = 236+88+172=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58AC is #13A753. Grayscale: #8D8D8D. Windows color (decimal): -1288020 or 11294956. OLE color: 11294956.
HSL color Cylindrical-coordinate representation of color #EC58AC: hue angle of 325.95º 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 #EC58AC is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 172 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.07 |
| HSL | 325.95º | 0.8% | 0.64% | - |
| HSV(B) | 325.95º | 0.63% | 0.93% | - |
| XYZ | 45.53 | 27.79 | 41.99 | - |
| YUV | 141.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 172 | 0 | 0.63 | 0.27 | 0.07 | 325.95 | 0.8 | 0.64 |
| Hex | EC | 58 | AC | 0 | 3F | 1B | 7 | 146 | 50 | 40 |
| Octal | 354 | 130 | 254 | 0 | 77 | 33 | 7 | 506 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10101100 | 0 | 111111 | 11011 | 111 | 101000110 | 1010000 | 1000000 |
Color Harmonies of #EC58AC
Complementary color
Monochromatic Colors of #EC58AC
Black with #EC58AC
Text Example
Text Example
White with #EC58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58AC; }
p { color: rgb(236,88,172); }
H1.HeaderClassName
{
color: #EC58AC;
}
.AnyTagClassName
{
color: #EC58AC;
}
</style>
background-color css
<style>
a { background-color: #EC58AC; }
a { background-color: rgb(236,88,172); }
div.DivClassName
{
background-color: #EC58AC;
}
.BgClassName
{
background-color: #EC58AC;
}
</style>
border-color css
<style>
span { border-color: #EC58AC; }
span { border-color: rgb(236,88,172); }
td.TdClassName
{
border-color: #EC58AC;
}
.TagClassName
{
border-color: #EC58AC;
}
</style>