Shades of Brilliant Rose #EC51B3
Tints of Brilliant Rose #EC51B3
RGB
CMYK
RGB Variations
Color information
#EC51B3 (or 0xEC51B3) is known color: Brilliant Rose. HEX triplet: EC, 51 and B3. RGB value is (236,81,179). Sum of RGB (Red+Green+Blue) = 236+81+179=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51B3 is #13AE4C. Grayscale: #8A8A8A. Windows color (decimal): -1289805 or 11751916. OLE color: 11751916.
HSL color Cylindrical-coordinate representation of color #EC51B3: hue angle of 322.06º 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 #EC51B3 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 179 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.07 |
| HSL | 322.06º | 0.8% | 0.62% | - |
| HSV(B) | 322.06º | 0.66% | 0.93% | - |
| XYZ | 45.67 | 26.97 | 45.45 | - |
| YUV | 138.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 179 | 0 | 0.66 | 0.24 | 0.07 | 322.06 | 0.8 | 0.62 |
| Hex | EC | 51 | B3 | 0 | 42 | 18 | 7 | 142 | 50 | 3E |
| Octal | 354 | 121 | 263 | 0 | 102 | 30 | 7 | 502 | 120 | 76 |
| Binary | 11101100 | 1010001 | 10110011 | 0 | 1000010 | 11000 | 111 | 101000010 | 1010000 | 111110 |
Color Harmonies of #EC51B3
Complementary color
Monochromatic Colors of #EC51B3
Black with #EC51B3
Text Example
Text Example
White with #EC51B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC51B3; }
p { color: rgb(236,81,179); }
H1.HeaderClassName
{
color: #EC51B3;
}
.AnyTagClassName
{
color: #EC51B3;
}
</style>
background-color css
<style>
a { background-color: #EC51B3; }
a { background-color: rgb(236,81,179); }
div.DivClassName
{
background-color: #EC51B3;
}
.BgClassName
{
background-color: #EC51B3;
}
</style>
border-color css
<style>
span { border-color: #EC51B3; }
span { border-color: rgb(236,81,179); }
td.TdClassName
{
border-color: #EC51B3;
}
.TagClassName
{
border-color: #EC51B3;
}
</style>