Shades of Brilliant Rose #EC5AA8
Tints of Brilliant Rose #EC5AA8
RGB
CMYK
RGB Variations
Color information
#EC5AA8 (or 0xEC5AA8) is known color: Brilliant Rose. HEX triplet: EC, 5A and A8. RGB value is (236,90,168). Sum of RGB (Red+Green+Blue) = 236+90+168=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AA8 is #13A557. Grayscale: #8E8E8E. Windows color (decimal): -1287512 or 11033324. OLE color: 11033324.
HSL color Cylindrical-coordinate representation of color #EC5AA8: hue angle of 327.95º 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 #EC5AA8 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 168 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.07 |
| HSL | 327.95º | 0.79% | 0.64% | - |
| HSV(B) | 327.95º | 0.62% | 0.93% | - |
| XYZ | 45.32 | 27.97 | 40.06 | - |
| YUV | 142.55 | 142.37 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 168 | 0 | 0.62 | 0.29 | 0.07 | 327.95 | 0.79 | 0.64 |
| Hex | EC | 5A | A8 | 0 | 3E | 1D | 7 | 148 | 4F | 40 |
| Octal | 354 | 132 | 250 | 0 | 76 | 35 | 7 | 510 | 117 | 100 |
| Binary | 11101100 | 1011010 | 10101000 | 0 | 111110 | 11101 | 111 | 101001000 | 1001111 | 1000000 |
Color Harmonies of #EC5AA8
Complementary color
Monochromatic Colors of #EC5AA8
Black with #EC5AA8
Text Example
Text Example
White with #EC5AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AA8; }
p { color: rgb(236,90,168); }
H1.HeaderClassName
{
color: #EC5AA8;
}
.AnyTagClassName
{
color: #EC5AA8;
}
</style>
background-color css
<style>
a { background-color: #EC5AA8; }
a { background-color: rgb(236,90,168); }
div.DivClassName
{
background-color: #EC5AA8;
}
.BgClassName
{
background-color: #EC5AA8;
}
</style>
border-color css
<style>
span { border-color: #EC5AA8; }
span { border-color: rgb(236,90,168); }
td.TdClassName
{
border-color: #EC5AA8;
}
.TagClassName
{
border-color: #EC5AA8;
}
</style>