Shades of Brilliant Rose #EC5AAA
Tints of Brilliant Rose #EC5AAA
RGB
CMYK
RGB Variations
Color information
#EC5AAA (or 0xEC5AAA) is known color: Brilliant Rose. HEX triplet: EC, 5A and AA. RGB value is (236,90,170). Sum of RGB (Red+Green+Blue) = 236+90+170=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AAA is #13A555. Grayscale: #8E8E8E. Windows color (decimal): -1287510 or 11164396. OLE color: 11164396.
HSL color Cylindrical-coordinate representation of color #EC5AAA: hue angle of 327.12º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5AAA is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 170 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.07 |
| HSL | 327.12º | 0.79% | 0.64% | - |
| HSV(B) | 327.12º | 0.62% | 0.93% | - |
| XYZ | 45.5 | 28.05 | 41.05 | - |
| YUV | 142.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 170 | 0 | 0.62 | 0.28 | 0.07 | 327.12 | 0.79 | 0.64 |
| Hex | EC | 5A | AA | 0 | 3E | 1C | 7 | 147 | 4F | 40 |
| Octal | 354 | 132 | 252 | 0 | 76 | 34 | 7 | 507 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10101010 | 0 | 111110 | 11100 | 111 | 101000111 | 1001111 | 1000000 |
Color Harmonies of #EC5AAA
Complementary color
Monochromatic Colors of #EC5AAA
Black with #EC5AAA
Text Example
Text Example
White with #EC5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AAA; }
p { color: rgb(236,90,170); }
H1.HeaderClassName
{
color: #EC5AAA;
}
.AnyTagClassName
{
color: #EC5AAA;
}
</style>
background-color css
<style>
a { background-color: #EC5AAA; }
a { background-color: rgb(236,90,170); }
div.DivClassName
{
background-color: #EC5AAA;
}
.BgClassName
{
background-color: #EC5AAA;
}
</style>
border-color css
<style>
span { border-color: #EC5AAA; }
span { border-color: rgb(236,90,170); }
td.TdClassName
{
border-color: #EC5AAA;
}
.TagClassName
{
border-color: #EC5AAA;
}
</style>