Shades of Brilliant Rose #EC5D97
Tints of Brilliant Rose #EC5D97
RGB
CMYK
RGB Variations
Color information
#EC5D97 (or 0xEC5D97) is known color: Brilliant Rose. HEX triplet: EC, 5D and 97. RGB value is (236,93,151). Sum of RGB (Red+Green+Blue) = 236+93+151=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5D97 is #13A268. Grayscale: #8E8E8E. Windows color (decimal): -1286761 or 9919980. OLE color: 9919980.
HSL color Cylindrical-coordinate representation of color #EC5D97: hue angle of 335.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5D97 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 151 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.07 |
| HSL | 335.66º | 0.79% | 0.65% | - |
| HSV(B) | 335.66º | 0.61% | 0.93% | - |
| XYZ | 44.09 | 27.9 | 32.34 | - |
| YUV | 142.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 151 | 0 | 0.61 | 0.36 | 0.07 | 335.66 | 0.79 | 0.65 |
| Hex | EC | 5D | 97 | 0 | 3D | 24 | 7 | 150 | 4F | 41 |
| Octal | 354 | 135 | 227 | 0 | 75 | 44 | 7 | 520 | 117 | 101 |
| Binary | 11101100 | 1011101 | 10010111 | 0 | 111101 | 100100 | 111 | 101010000 | 1001111 | 1000001 |
Color Harmonies of #EC5D97
Complementary color
Monochromatic Colors of #EC5D97
Black with #EC5D97
Text Example
Text Example
White with #EC5D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D97; }
p { color: rgb(236,93,151); }
H1.HeaderClassName
{
color: #EC5D97;
}
.AnyTagClassName
{
color: #EC5D97;
}
</style>
background-color css
<style>
a { background-color: #EC5D97; }
a { background-color: rgb(236,93,151); }
div.DivClassName
{
background-color: #EC5D97;
}
.BgClassName
{
background-color: #EC5D97;
}
</style>
border-color css
<style>
span { border-color: #EC5D97; }
span { border-color: rgb(236,93,151); }
td.TdClassName
{
border-color: #EC5D97;
}
.TagClassName
{
border-color: #EC5D97;
}
</style>