Shades of Brilliant Rose #EC45B3
Tints of Brilliant Rose #EC45B3
RGB
CMYK
RGB Variations
Color information
#EC45B3 (or 0xEC45B3) is known color: Brilliant Rose. HEX triplet: EC, 45 and B3. RGB value is (236,69,179). Sum of RGB (Red+Green+Blue) = 236+69+179=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC45B3 is #13BA4C. Grayscale: #838383. Windows color (decimal): -1292877 or 11748844. OLE color: 11748844.
HSL color Cylindrical-coordinate representation of color #EC45B3: hue angle of 320.48º 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 #EC45B3 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 179 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.07 |
| HSL | 320.48º | 0.81% | 0.6% | - |
| HSV(B) | 320.48º | 0.71% | 0.93% | - |
| XYZ | 44.86 | 25.34 | 45.18 | - |
| YUV | 131.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 179 | 0 | 0.71 | 0.24 | 0.07 | 320.48 | 0.81 | 0.6 |
| Hex | EC | 45 | B3 | 0 | 47 | 18 | 7 | 140 | 51 | 3C |
| Octal | 354 | 105 | 263 | 0 | 107 | 30 | 7 | 500 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10110011 | 0 | 1000111 | 11000 | 111 | 101000000 | 1010001 | 111100 |
Color Harmonies of #EC45B3
Complementary color
Monochromatic Colors of #EC45B3
Black with #EC45B3
Text Example
Text Example
White with #EC45B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45B3; }
p { color: rgb(236,69,179); }
H1.HeaderClassName
{
color: #EC45B3;
}
.AnyTagClassName
{
color: #EC45B3;
}
</style>
background-color css
<style>
a { background-color: #EC45B3; }
a { background-color: rgb(236,69,179); }
div.DivClassName
{
background-color: #EC45B3;
}
.BgClassName
{
background-color: #EC45B3;
}
</style>
border-color css
<style>
span { border-color: #EC45B3; }
span { border-color: rgb(236,69,179); }
td.TdClassName
{
border-color: #EC45B3;
}
.TagClassName
{
border-color: #EC45B3;
}
</style>