Shades of Brilliant Rose #EC48A8
Tints of Brilliant Rose #EC48A8
RGB
CMYK
RGB Variations
Color information
#EC48A8 (or 0xEC48A8) is known color: Brilliant Rose. HEX triplet: EC, 48 and A8. RGB value is (236,72,168). Sum of RGB (Red+Green+Blue) = 236+72+168=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48A8 is #13B757. Grayscale: #838383. Windows color (decimal): -1292120 or 11028716. OLE color: 11028716.
HSL color Cylindrical-coordinate representation of color #EC48A8: hue angle of 324.88º 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 #EC48A8 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 168 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.07 |
| HSL | 324.88º | 0.81% | 0.6% | - |
| HSV(B) | 324.88º | 0.69% | 0.93% | - |
| XYZ | 43.98 | 25.29 | 39.61 | - |
| YUV | 131.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 168 | 0 | 0.69 | 0.29 | 0.07 | 324.88 | 0.81 | 0.6 |
| Hex | EC | 48 | A8 | 0 | 45 | 1D | 7 | 145 | 51 | 3C |
| Octal | 354 | 110 | 250 | 0 | 105 | 35 | 7 | 505 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10101000 | 0 | 1000101 | 11101 | 111 | 101000101 | 1010001 | 111100 |
Color Harmonies of #EC48A8
Complementary color
Monochromatic Colors of #EC48A8
Black with #EC48A8
Text Example
Text Example
White with #EC48A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48A8; }
p { color: rgb(236,72,168); }
H1.HeaderClassName
{
color: #EC48A8;
}
.AnyTagClassName
{
color: #EC48A8;
}
</style>
background-color css
<style>
a { background-color: #EC48A8; }
a { background-color: rgb(236,72,168); }
div.DivClassName
{
background-color: #EC48A8;
}
.BgClassName
{
background-color: #EC48A8;
}
</style>
border-color css
<style>
span { border-color: #EC48A8; }
span { border-color: rgb(236,72,168); }
td.TdClassName
{
border-color: #EC48A8;
}
.TagClassName
{
border-color: #EC48A8;
}
</style>