Shades of Brilliant Rose #EC58A4
Tints of Brilliant Rose #EC58A4
RGB
CMYK
RGB Variations
Color information
#EC58A4 (or 0xEC58A4) is known color: Brilliant Rose. HEX triplet: EC, 58 and A4. RGB value is (236,88,164). Sum of RGB (Red+Green+Blue) = 236+88+164=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58A4 is #13A75B. Grayscale: #8C8C8C. Windows color (decimal): -1288028 or 10770668. OLE color: 10770668.
HSL color Cylindrical-coordinate representation of color #EC58A4: hue angle of 329.19º 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 #EC58A4 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 164 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.07 |
| HSL | 329.19º | 0.8% | 0.64% | - |
| HSV(B) | 329.19º | 0.63% | 0.93% | - |
| XYZ | 44.78 | 27.49 | 38.07 | - |
| YUV | 140.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 164 | 0 | 0.63 | 0.31 | 0.07 | 329.19 | 0.8 | 0.64 |
| Hex | EC | 58 | A4 | 0 | 3F | 1F | 7 | 149 | 50 | 40 |
| Octal | 354 | 130 | 244 | 0 | 77 | 37 | 7 | 511 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10100100 | 0 | 111111 | 11111 | 111 | 101001001 | 1010000 | 1000000 |
Color Harmonies of #EC58A4
Complementary color
Monochromatic Colors of #EC58A4
Black with #EC58A4
Text Example
Text Example
White with #EC58A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58A4; }
p { color: rgb(236,88,164); }
H1.HeaderClassName
{
color: #EC58A4;
}
.AnyTagClassName
{
color: #EC58A4;
}
</style>
background-color css
<style>
a { background-color: #EC58A4; }
a { background-color: rgb(236,88,164); }
div.DivClassName
{
background-color: #EC58A4;
}
.BgClassName
{
background-color: #EC58A4;
}
</style>
border-color css
<style>
span { border-color: #EC58A4; }
span { border-color: rgb(236,88,164); }
td.TdClassName
{
border-color: #EC58A4;
}
.TagClassName
{
border-color: #EC58A4;
}
</style>