Shades of Brilliant Rose #EC5AAB
Tints of Brilliant Rose #EC5AAB
RGB
CMYK
RGB Variations
Color information
#EC5AAB (or 0xEC5AAB) is known color: Brilliant Rose. HEX triplet: EC, 5A and AB. RGB value is (236,90,171). Sum of RGB (Red+Green+Blue) = 236+90+171=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AAB is #13A554. Grayscale: #8E8E8E. Windows color (decimal): -1287509 or 11229932. OLE color: 11229932.
HSL color Cylindrical-coordinate representation of color #EC5AAB: hue angle of 326.71º 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 #EC5AAB is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 171 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.07 |
| HSL | 326.71º | 0.79% | 0.64% | - |
| HSV(B) | 326.71º | 0.62% | 0.93% | - |
| XYZ | 45.6 | 28.09 | 41.55 | - |
| YUV | 142.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 171 | 0 | 0.62 | 0.28 | 0.07 | 326.71 | 0.79 | 0.64 |
| Hex | EC | 5A | AB | 0 | 3E | 1C | 7 | 147 | 4F | 40 |
| Octal | 354 | 132 | 253 | 0 | 76 | 34 | 7 | 507 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10101011 | 0 | 111110 | 11100 | 111 | 101000111 | 1001111 | 1000000 |
Color Harmonies of #EC5AAB
Complementary color
Monochromatic Colors of #EC5AAB
Black with #EC5AAB
Text Example
Text Example
White with #EC5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AAB; }
p { color: rgb(236,90,171); }
H1.HeaderClassName
{
color: #EC5AAB;
}
.AnyTagClassName
{
color: #EC5AAB;
}
</style>
background-color css
<style>
a { background-color: #EC5AAB; }
a { background-color: rgb(236,90,171); }
div.DivClassName
{
background-color: #EC5AAB;
}
.BgClassName
{
background-color: #EC5AAB;
}
</style>
border-color css
<style>
span { border-color: #EC5AAB; }
span { border-color: rgb(236,90,171); }
td.TdClassName
{
border-color: #EC5AAB;
}
.TagClassName
{
border-color: #EC5AAB;
}
</style>