Shades of Brilliant Rose #EC45AD
Tints of Brilliant Rose #EC45AD
RGB
CMYK
RGB Variations
Color information
#EC45AD (or 0xEC45AD) is known color: Brilliant Rose. HEX triplet: EC, 45 and AD. RGB value is (236,69,173). Sum of RGB (Red+Green+Blue) = 236+69+173=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45AD is #13BA52. Grayscale: #828282. Windows color (decimal): -1292883 or 11355628. OLE color: 11355628.
HSL color Cylindrical-coordinate representation of color #EC45AD: hue angle of 322.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC45AD is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 173 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.07 |
| HSL | 322.63º | 0.81% | 0.6% | - |
| HSV(B) | 322.63º | 0.71% | 0.93% | - |
| XYZ | 44.26 | 25.11 | 42.05 | - |
| YUV | 130.79 | 151.83 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 173 | 0 | 0.71 | 0.27 | 0.07 | 322.63 | 0.81 | 0.6 |
| Hex | EC | 45 | AD | 0 | 47 | 1B | 7 | 143 | 51 | 3C |
| Octal | 354 | 105 | 255 | 0 | 107 | 33 | 7 | 503 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10101101 | 0 | 1000111 | 11011 | 111 | 101000011 | 1010001 | 111100 |
Color Harmonies of #EC45AD
Complementary color
Monochromatic Colors of #EC45AD
Black with #EC45AD
Text Example
Text Example
White with #EC45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45AD; }
p { color: rgb(236,69,173); }
H1.HeaderClassName
{
color: #EC45AD;
}
.AnyTagClassName
{
color: #EC45AD;
}
</style>
background-color css
<style>
a { background-color: #EC45AD; }
a { background-color: rgb(236,69,173); }
div.DivClassName
{
background-color: #EC45AD;
}
.BgClassName
{
background-color: #EC45AD;
}
</style>
border-color css
<style>
span { border-color: #EC45AD; }
span { border-color: rgb(236,69,173); }
td.TdClassName
{
border-color: #EC45AD;
}
.TagClassName
{
border-color: #EC45AD;
}
</style>