Shades of Brilliant Rose #EC58B0
Tints of Brilliant Rose #EC58B0
RGB
CMYK
RGB Variations
Color information
#EC58B0 (or 0xEC58B0) is known color: Brilliant Rose. HEX triplet: EC, 58 and B0. RGB value is (236,88,176). Sum of RGB (Red+Green+Blue) = 236+88+176=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC58B0 is #13A74F. Grayscale: #8E8E8E. Windows color (decimal): -1288016 or 11557100. OLE color: 11557100.
HSL color Cylindrical-coordinate representation of color #EC58B0: hue angle of 324.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC58B0 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 176 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.07 |
| HSL | 324.32º | 0.8% | 0.64% | - |
| HSV(B) | 324.32º | 0.63% | 0.93% | - |
| XYZ | 45.92 | 27.95 | 44.05 | - |
| YUV | 142.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 176 | 0 | 0.63 | 0.25 | 0.07 | 324.32 | 0.8 | 0.64 |
| Hex | EC | 58 | B0 | 0 | 3F | 19 | 7 | 144 | 50 | 40 |
| Octal | 354 | 130 | 260 | 0 | 77 | 31 | 7 | 504 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10110000 | 0 | 111111 | 11001 | 111 | 101000100 | 1010000 | 1000000 |
Color Harmonies of #EC58B0
Complementary color
Monochromatic Colors of #EC58B0
Black with #EC58B0
Text Example
Text Example
White with #EC58B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC58B0; }
p { color: rgb(236,88,176); }
H1.HeaderClassName
{
color: #EC58B0;
}
.AnyTagClassName
{
color: #EC58B0;
}
</style>
background-color css
<style>
a { background-color: #EC58B0; }
a { background-color: rgb(236,88,176); }
div.DivClassName
{
background-color: #EC58B0;
}
.BgClassName
{
background-color: #EC58B0;
}
</style>
border-color css
<style>
span { border-color: #EC58B0; }
span { border-color: rgb(236,88,176); }
td.TdClassName
{
border-color: #EC58B0;
}
.TagClassName
{
border-color: #EC58B0;
}
</style>