Shades of Brilliant Rose #EC48A6
Tints of Brilliant Rose #EC48A6
RGB
CMYK
RGB Variations
Color information
#EC48A6 (or 0xEC48A6) is known color: Brilliant Rose. HEX triplet: EC, 48 and A6. RGB value is (236,72,166). Sum of RGB (Red+Green+Blue) = 236+72+166=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC48A6 is #13B759. Grayscale: #838383. Windows color (decimal): -1292122 or 10897644. OLE color: 10897644.
HSL color Cylindrical-coordinate representation of color #EC48A6: hue angle of 325.61º 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 #EC48A6 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 166 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.07 |
| HSL | 325.61º | 0.81% | 0.6% | - |
| HSV(B) | 325.61º | 0.69% | 0.93% | - |
| XYZ | 43.79 | 25.22 | 38.64 | - |
| YUV | 131.75 | 147.33 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 166 | 0 | 0.69 | 0.30 | 0.07 | 325.61 | 0.81 | 0.6 |
| Hex | EC | 48 | A6 | 0 | 45 | 1E | 7 | 146 | 51 | 3C |
| Octal | 354 | 110 | 246 | 0 | 105 | 36 | 7 | 506 | 121 | 74 |
| Binary | 11101100 | 1001000 | 10100110 | 0 | 1000101 | 11110 | 111 | 101000110 | 1010001 | 111100 |
Color Harmonies of #EC48A6
Complementary color
Monochromatic Colors of #EC48A6
Black with #EC48A6
Text Example
Text Example
White with #EC48A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC48A6; }
p { color: rgb(236,72,166); }
H1.HeaderClassName
{
color: #EC48A6;
}
.AnyTagClassName
{
color: #EC48A6;
}
</style>
background-color css
<style>
a { background-color: #EC48A6; }
a { background-color: rgb(236,72,166); }
div.DivClassName
{
background-color: #EC48A6;
}
.BgClassName
{
background-color: #EC48A6;
}
</style>
border-color css
<style>
span { border-color: #EC48A6; }
span { border-color: rgb(236,72,166); }
td.TdClassName
{
border-color: #EC48A6;
}
.TagClassName
{
border-color: #EC48A6;
}
</style>