Shades of Brilliant Rose #EC51B5
Tints of Brilliant Rose #EC51B5
RGB
CMYK
RGB Variations
Color information
#EC51B5 (or 0xEC51B5) is known color: Brilliant Rose. HEX triplet: EC, 51 and B5. RGB value is (236,81,181). Sum of RGB (Red+Green+Blue) = 236+81+181=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51B5 is #13AE4A. Grayscale: #8A8A8A. Windows color (decimal): -1289803 or 11882988. OLE color: 11882988.
HSL color Cylindrical-coordinate representation of color #EC51B5: hue angle of 321.29º 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 #EC51B5 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 181 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.07 |
| HSL | 321.29º | 0.8% | 0.62% | - |
| HSV(B) | 321.29º | 0.66% | 0.93% | - |
| XYZ | 45.87 | 27.05 | 46.52 | - |
| YUV | 138.75 | 151.85 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 181 | 0 | 0.66 | 0.23 | 0.07 | 321.29 | 0.8 | 0.62 |
| Hex | EC | 51 | B5 | 0 | 42 | 17 | 7 | 141 | 50 | 3E |
| Octal | 354 | 121 | 265 | 0 | 102 | 27 | 7 | 501 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10110101 | 0 | 1000010 | 10111 | 111 | 101000001 | 1010000 | 111110 |
Color Harmonies of #EC51B5
Complementary color
Monochromatic Colors of #EC51B5
Black with #EC51B5
Text Example
Text Example
White with #EC51B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51B5; }
p { color: rgb(236,81,181); }
H1.HeaderClassName
{
color: #EC51B5;
}
.AnyTagClassName
{
color: #EC51B5;
}
</style>
background-color css
<style>
a { background-color: #EC51B5; }
a { background-color: rgb(236,81,181); }
div.DivClassName
{
background-color: #EC51B5;
}
.BgClassName
{
background-color: #EC51B5;
}
</style>
border-color css
<style>
span { border-color: #EC51B5; }
span { border-color: rgb(236,81,181); }
td.TdClassName
{
border-color: #EC51B5;
}
.TagClassName
{
border-color: #EC51B5;
}
</style>