Shades of Brilliant Rose #EC45B2
Tints of Brilliant Rose #EC45B2
RGB
CMYK
RGB Variations
Color information
#EC45B2 (or 0xEC45B2) is known color: Brilliant Rose. HEX triplet: EC, 45 and B2. RGB value is (236,69,178). Sum of RGB (Red+Green+Blue) = 236+69+178=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45B2 is #13BA4D. Grayscale: #838383. Windows color (decimal): -1292878 or 11683308. OLE color: 11683308.
HSL color Cylindrical-coordinate representation of color #EC45B2: hue angle of 320.84º 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 #EC45B2 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 178 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.07 |
| HSL | 320.84º | 0.81% | 0.6% | - |
| HSV(B) | 320.84º | 0.71% | 0.93% | - |
| XYZ | 44.76 | 25.3 | 44.64 | - |
| YUV | 131.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 178 | 0 | 0.71 | 0.25 | 0.07 | 320.84 | 0.81 | 0.6 |
| Hex | EC | 45 | B2 | 0 | 47 | 19 | 7 | 141 | 51 | 3C |
| Octal | 354 | 105 | 262 | 0 | 107 | 31 | 7 | 501 | 121 | 74 |
| Binary | 11101100 | 1000101 | 10110010 | 0 | 1000111 | 11001 | 111 | 101000001 | 1010001 | 111100 |
Color Harmonies of #EC45B2
Complementary color
Monochromatic Colors of #EC45B2
Black with #EC45B2
Text Example
Text Example
White with #EC45B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC45B2; }
p { color: rgb(236,69,178); }
H1.HeaderClassName
{
color: #EC45B2;
}
.AnyTagClassName
{
color: #EC45B2;
}
</style>
background-color css
<style>
a { background-color: #EC45B2; }
a { background-color: rgb(236,69,178); }
div.DivClassName
{
background-color: #EC45B2;
}
.BgClassName
{
background-color: #EC45B2;
}
</style>
border-color css
<style>
span { border-color: #EC45B2; }
span { border-color: rgb(236,69,178); }
td.TdClassName
{
border-color: #EC45B2;
}
.TagClassName
{
border-color: #EC45B2;
}
</style>