Shades of Brilliant Rose #EC58AD
Tints of Brilliant Rose #EC58AD
RGB
CMYK
RGB Variations
Color information
#EC58AD (or 0xEC58AD) is known color: Brilliant Rose. HEX triplet: EC, 58 and AD. RGB value is (236,88,173). Sum of RGB (Red+Green+Blue) = 236+88+173=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58AD is #13A752. Grayscale: #8D8D8D. Windows color (decimal): -1288019 or 11360492. OLE color: 11360492.
HSL color Cylindrical-coordinate representation of color #EC58AD: hue angle of 325.54º 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 #EC58AD is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 173 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.07 |
| HSL | 325.54º | 0.8% | 0.64% | - |
| HSV(B) | 325.54º | 0.63% | 0.93% | - |
| XYZ | 45.62 | 27.83 | 42.5 | - |
| YUV | 141.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 173 | 0 | 0.63 | 0.27 | 0.07 | 325.54 | 0.8 | 0.64 |
| Hex | EC | 58 | AD | 0 | 3F | 1B | 7 | 146 | 50 | 40 |
| Octal | 354 | 130 | 255 | 0 | 77 | 33 | 7 | 506 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10101101 | 0 | 111111 | 11011 | 111 | 101000110 | 1010000 | 1000000 |
Color Harmonies of #EC58AD
Complementary color
Monochromatic Colors of #EC58AD
Black with #EC58AD
Text Example
Text Example
White with #EC58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58AD; }
p { color: rgb(236,88,173); }
H1.HeaderClassName
{
color: #EC58AD;
}
.AnyTagClassName
{
color: #EC58AD;
}
</style>
background-color css
<style>
a { background-color: #EC58AD; }
a { background-color: rgb(236,88,173); }
div.DivClassName
{
background-color: #EC58AD;
}
.BgClassName
{
background-color: #EC58AD;
}
</style>
border-color css
<style>
span { border-color: #EC58AD; }
span { border-color: rgb(236,88,173); }
td.TdClassName
{
border-color: #EC58AD;
}
.TagClassName
{
border-color: #EC58AD;
}
</style>