Shades of Brilliant Rose #EC57AB
Tints of Brilliant Rose #EC57AB
RGB
CMYK
RGB Variations
Color information
#EC57AB (or 0xEC57AB) is known color: Brilliant Rose. HEX triplet: EC, 57 and AB. RGB value is (236,87,171). Sum of RGB (Red+Green+Blue) = 236+87+171=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC57AB is #13A854. Grayscale: #8C8C8C. Windows color (decimal): -1288277 or 11229164. OLE color: 11229164.
HSL color Cylindrical-coordinate representation of color #EC57AB: hue angle of 326.17º 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 #EC57AB is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 171 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.07 |
| HSL | 326.17º | 0.8% | 0.63% | - |
| HSV(B) | 326.17º | 0.63% | 0.93% | - |
| XYZ | 45.35 | 27.59 | 41.46 | - |
| YUV | 141.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 171 | 0 | 0.63 | 0.28 | 0.07 | 326.17 | 0.8 | 0.63 |
| Hex | EC | 57 | AB | 0 | 3F | 1C | 7 | 146 | 50 | 3F |
| Octal | 354 | 127 | 253 | 0 | 77 | 34 | 7 | 506 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10101011 | 0 | 111111 | 11100 | 111 | 101000110 | 1010000 | 111111 |
Color Harmonies of #EC57AB
Complementary color
Monochromatic Colors of #EC57AB
Black with #EC57AB
Text Example
Text Example
White with #EC57AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57AB; }
p { color: rgb(236,87,171); }
H1.HeaderClassName
{
color: #EC57AB;
}
.AnyTagClassName
{
color: #EC57AB;
}
</style>
background-color css
<style>
a { background-color: #EC57AB; }
a { background-color: rgb(236,87,171); }
div.DivClassName
{
background-color: #EC57AB;
}
.BgClassName
{
background-color: #EC57AB;
}
</style>
border-color css
<style>
span { border-color: #EC57AB; }
span { border-color: rgb(236,87,171); }
td.TdClassName
{
border-color: #EC57AB;
}
.TagClassName
{
border-color: #EC57AB;
}
</style>