Shades of Brilliant Rose #EC50AA
Tints of Brilliant Rose #EC50AA
RGB
CMYK
RGB Variations
Color information
#EC50AA (or 0xEC50AA) is known color: Brilliant Rose. HEX triplet: EC, 50 and AA. RGB value is (236,80,170). Sum of RGB (Red+Green+Blue) = 236+80+170=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC50AA is #13AF55. Grayscale: #888888. Windows color (decimal): -1290070 or 11161836. OLE color: 11161836.
HSL color Cylindrical-coordinate representation of color #EC50AA: hue angle of 325.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50AA is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 170 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.07 |
| HSL | 325.38º | 0.8% | 0.62% | - |
| HSV(B) | 325.38º | 0.66% | 0.93% | - |
| XYZ | 44.72 | 26.47 | 40.78 | - |
| YUV | 136.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 170 | 0 | 0.66 | 0.28 | 0.07 | 325.38 | 0.8 | 0.62 |
| Hex | EC | 50 | AA | 0 | 42 | 1C | 7 | 145 | 50 | 3E |
| Octal | 354 | 120 | 252 | 0 | 102 | 34 | 7 | 505 | 120 | 76 |
| Binary | 11101100 | 1010000 | 10101010 | 0 | 1000010 | 11100 | 111 | 101000101 | 1010000 | 111110 |
Color Harmonies of #EC50AA
Complementary color
Monochromatic Colors of #EC50AA
Black with #EC50AA
Text Example
Text Example
White with #EC50AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC50AA; }
p { color: rgb(236,80,170); }
H1.HeaderClassName
{
color: #EC50AA;
}
.AnyTagClassName
{
color: #EC50AA;
}
</style>
background-color css
<style>
a { background-color: #EC50AA; }
a { background-color: rgb(236,80,170); }
div.DivClassName
{
background-color: #EC50AA;
}
.BgClassName
{
background-color: #EC50AA;
}
</style>
border-color css
<style>
span { border-color: #EC50AA; }
span { border-color: rgb(236,80,170); }
td.TdClassName
{
border-color: #EC50AA;
}
.TagClassName
{
border-color: #EC50AA;
}
</style>