Shades of Brilliant Rose #EC48B0
Tints of Brilliant Rose #EC48B0
RGB
CMYK
RGB Variations
Color information
#EC48B0 (or 0xEC48B0) is known color: Brilliant Rose. HEX triplet: EC, 48 and B0. RGB value is (236,72,176). Sum of RGB (Red+Green+Blue) = 236+72+176=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48B0 is #13B74F. Grayscale: #848484. Windows color (decimal): -1292112 or 11553004. OLE color: 11553004.
HSL color Cylindrical-coordinate representation of color #EC48B0: hue angle of 321.95º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC48B0 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 176 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.07 |
| HSL | 321.95º | 0.81% | 0.6% | - |
| HSV(B) | 321.95º | 0.69% | 0.93% | - |
| XYZ | 44.75 | 25.6 | 43.66 | - |
| YUV | 132.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 176 | 0 | 0.69 | 0.25 | 0.07 | 321.95 | 0.81 | 0.6 |
| Hex | EC | 48 | B0 | 0 | 45 | 19 | 7 | 142 | 51 | 3C |
| Octal | 354 | 110 | 260 | 0 | 105 | 31 | 7 | 502 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10110000 | 0 | 1000101 | 11001 | 111 | 101000010 | 1010001 | 111100 |
Color Harmonies of #EC48B0
Complementary color
Monochromatic Colors of #EC48B0
Black with #EC48B0
Text Example
Text Example
White with #EC48B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48B0; }
p { color: rgb(236,72,176); }
H1.HeaderClassName
{
color: #EC48B0;
}
.AnyTagClassName
{
color: #EC48B0;
}
</style>
background-color css
<style>
a { background-color: #EC48B0; }
a { background-color: rgb(236,72,176); }
div.DivClassName
{
background-color: #EC48B0;
}
.BgClassName
{
background-color: #EC48B0;
}
</style>
border-color css
<style>
span { border-color: #EC48B0; }
span { border-color: rgb(236,72,176); }
td.TdClassName
{
border-color: #EC48B0;
}
.TagClassName
{
border-color: #EC48B0;
}
</style>