Shades of Brilliant Rose #EC5CAC
Tints of Brilliant Rose #EC5CAC
RGB
CMYK
RGB Variations
Color information
#EC5CAC (or 0xEC5CAC) is known color: Brilliant Rose. HEX triplet: EC, 5C and AC. RGB value is (236,92,172). Sum of RGB (Red+Green+Blue) = 236+92+172=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5CAC is #13A353. Grayscale: #909090. Windows color (decimal): -1286996 or 11295980. OLE color: 11295980.
HSL color Cylindrical-coordinate representation of color #EC5CAC: hue angle of 326.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CAC is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 172 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.07 |
| HSL | 326.67º | 0.79% | 0.64% | - |
| HSV(B) | 326.67º | 0.61% | 0.93% | - |
| XYZ | 45.87 | 28.47 | 42.11 | - |
| YUV | 144.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 172 | 0 | 0.61 | 0.27 | 0.07 | 326.67 | 0.79 | 0.64 |
| Hex | EC | 5C | AC | 0 | 3D | 1B | 7 | 147 | 4F | 40 |
| Octal | 354 | 134 | 254 | 0 | 75 | 33 | 7 | 507 | 117 | 100 |
| Binary | 11101100 | 1011100 | 10101100 | 0 | 111101 | 11011 | 111 | 101000111 | 1001111 | 1000000 |
Color Harmonies of #EC5CAC
Complementary color
Monochromatic Colors of #EC5CAC
Black with #EC5CAC
Text Example
Text Example
White with #EC5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CAC; }
p { color: rgb(236,92,172); }
H1.HeaderClassName
{
color: #EC5CAC;
}
.AnyTagClassName
{
color: #EC5CAC;
}
</style>
background-color css
<style>
a { background-color: #EC5CAC; }
a { background-color: rgb(236,92,172); }
div.DivClassName
{
background-color: #EC5CAC;
}
.BgClassName
{
background-color: #EC5CAC;
}
</style>
border-color css
<style>
span { border-color: #EC5CAC; }
span { border-color: rgb(236,92,172); }
td.TdClassName
{
border-color: #EC5CAC;
}
.TagClassName
{
border-color: #EC5CAC;
}
</style>