Shades of Brilliant Rose #EC51A5
Tints of Brilliant Rose #EC51A5
RGB
CMYK
RGB Variations
Color information
#EC51A5 (or 0xEC51A5) is known color: Brilliant Rose. HEX triplet: EC, 51 and A5. RGB value is (236,81,165). Sum of RGB (Red+Green+Blue) = 236+81+165=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC51A5 is #13AE5A. Grayscale: #888888. Windows color (decimal): -1289819 or 10834412. OLE color: 10834412.
HSL color Cylindrical-coordinate representation of color #EC51A5: hue angle of 327.48º 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 #EC51A5 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 165 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.07 |
| HSL | 327.48º | 0.8% | 0.62% | - |
| HSV(B) | 327.48º | 0.66% | 0.93% | - |
| XYZ | 44.33 | 26.43 | 38.36 | - |
| YUV | 136.92 | 143.85 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 165 | 0 | 0.66 | 0.30 | 0.07 | 327.48 | 0.8 | 0.62 |
| Hex | EC | 51 | A5 | 0 | 42 | 1E | 7 | 147 | 50 | 3E |
| Octal | 354 | 121 | 245 | 0 | 102 | 36 | 7 | 507 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10100101 | 0 | 1000010 | 11110 | 111 | 101000111 | 1010000 | 111110 |
Color Harmonies of #EC51A5
Complementary color
Monochromatic Colors of #EC51A5
Black with #EC51A5
Text Example
Text Example
White with #EC51A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51A5; }
p { color: rgb(236,81,165); }
H1.HeaderClassName
{
color: #EC51A5;
}
.AnyTagClassName
{
color: #EC51A5;
}
</style>
background-color css
<style>
a { background-color: #EC51A5; }
a { background-color: rgb(236,81,165); }
div.DivClassName
{
background-color: #EC51A5;
}
.BgClassName
{
background-color: #EC51A5;
}
</style>
border-color css
<style>
span { border-color: #EC51A5; }
span { border-color: rgb(236,81,165); }
td.TdClassName
{
border-color: #EC51A5;
}
.TagClassName
{
border-color: #EC51A5;
}
</style>