Shades of Brilliant Rose #EC57B0
Tints of Brilliant Rose #EC57B0
RGB
CMYK
RGB Variations
Color information
#EC57B0 (or 0xEC57B0) is known color: Brilliant Rose. HEX triplet: EC, 57 and B0. RGB value is (236,87,176). Sum of RGB (Red+Green+Blue) = 236+87+176=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC57B0 is #13A84F. Grayscale: #8D8D8D. Windows color (decimal): -1288272 or 11556844. OLE color: 11556844.
HSL color Cylindrical-coordinate representation of color #EC57B0: hue angle of 324.16º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57B0 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 176 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.07 |
| HSL | 324.16º | 0.8% | 0.63% | - |
| HSV(B) | 324.16º | 0.63% | 0.93% | - |
| XYZ | 45.84 | 27.78 | 44.02 | - |
| YUV | 141.7 | 147.36 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 176 | 0 | 0.63 | 0.25 | 0.07 | 324.16 | 0.8 | 0.63 |
| Hex | EC | 57 | B0 | 0 | 3F | 19 | 7 | 144 | 50 | 3F |
| Octal | 354 | 127 | 260 | 0 | 77 | 31 | 7 | 504 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10110000 | 0 | 111111 | 11001 | 111 | 101000100 | 1010000 | 111111 |
Color Harmonies of #EC57B0
Complementary color
Monochromatic Colors of #EC57B0
Black with #EC57B0
Text Example
Text Example
White with #EC57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57B0; }
p { color: rgb(236,87,176); }
H1.HeaderClassName
{
color: #EC57B0;
}
.AnyTagClassName
{
color: #EC57B0;
}
</style>
background-color css
<style>
a { background-color: #EC57B0; }
a { background-color: rgb(236,87,176); }
div.DivClassName
{
background-color: #EC57B0;
}
.BgClassName
{
background-color: #EC57B0;
}
</style>
border-color css
<style>
span { border-color: #EC57B0; }
span { border-color: rgb(236,87,176); }
td.TdClassName
{
border-color: #EC57B0;
}
.TagClassName
{
border-color: #EC57B0;
}
</style>