Shades of Brilliant Rose #EC53B5
Tints of Brilliant Rose #EC53B5
RGB
CMYK
RGB Variations
Color information
#EC53B5 (or 0xEC53B5) is known color: Brilliant Rose. HEX triplet: EC, 53 and B5. RGB value is (236,83,181). Sum of RGB (Red+Green+Blue) = 236+83+181=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53B5 is #13AC4A. Grayscale: #8B8B8B. Windows color (decimal): -1289291 or 11883500. OLE color: 11883500.
HSL color Cylindrical-coordinate representation of color #EC53B5: hue angle of 321.57º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC53B5 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 181 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.07 |
| HSL | 321.57º | 0.8% | 0.63% | - |
| HSV(B) | 321.57º | 0.65% | 0.93% | - |
| XYZ | 46.03 | 27.36 | 46.57 | - |
| YUV | 139.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 181 | 0 | 0.65 | 0.23 | 0.07 | 321.57 | 0.8 | 0.63 |
| Hex | EC | 53 | B5 | 0 | 41 | 17 | 7 | 142 | 50 | 3F |
| Octal | 354 | 123 | 265 | 0 | 101 | 27 | 7 | 502 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10110101 | 0 | 1000001 | 10111 | 111 | 101000010 | 1010000 | 111111 |
Color Harmonies of #EC53B5
Complementary color
Monochromatic Colors of #EC53B5
Black with #EC53B5
Text Example
Text Example
White with #EC53B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC53B5; }
p { color: rgb(236,83,181); }
H1.HeaderClassName
{
color: #EC53B5;
}
.AnyTagClassName
{
color: #EC53B5;
}
</style>
background-color css
<style>
a { background-color: #EC53B5; }
a { background-color: rgb(236,83,181); }
div.DivClassName
{
background-color: #EC53B5;
}
.BgClassName
{
background-color: #EC53B5;
}
</style>
border-color css
<style>
span { border-color: #EC53B5; }
span { border-color: rgb(236,83,181); }
td.TdClassName
{
border-color: #EC53B5;
}
.TagClassName
{
border-color: #EC53B5;
}
</style>