Shades of Brilliant Rose #E960A6
Tints of Brilliant Rose #E960A6
RGB
CMYK
RGB Variations
Color information
#E960A6 (or 0xE960A6) is known color: Brilliant Rose. HEX triplet: E9, 60 and A6. RGB value is (233,96,166). Sum of RGB (Red+Green+Blue) = 233+96+166=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E960A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960A6 is #169F59. Grayscale: #909090. Windows color (decimal): -1482586 or 10903785. OLE color: 10903785.
HSL color Cylindrical-coordinate representation of color #E960A6: hue angle of 329.34º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960A6 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 166 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.09 |
| HSL | 329.34º | 0.76% | 0.65% | - |
| HSV(B) | 329.34º | 0.59% | 0.91% | - |
| XYZ | 44.67 | 28.44 | 39.21 | - |
| YUV | 144.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 166 | 0 | 0.59 | 0.29 | 0.09 | 329.34 | 0.76 | 0.65 |
| Hex | E9 | 60 | A6 | 0 | 3B | 1D | 9 | 149 | 4C | 41 |
| Octal | 351 | 140 | 246 | 0 | 73 | 35 | 11 | 511 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10100110 | 0 | 111011 | 11101 | 1001 | 101001001 | 1001100 | 1000001 |
Color Harmonies of #E960A6
Complementary color
Monochromatic Colors of #E960A6
Black with #E960A6
Text Example
Text Example
White with #E960A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960A6; }
p { color: rgb(233,96,166); }
H1.HeaderClassName
{
color: #E960A6;
}
.AnyTagClassName
{
color: #E960A6;
}
</style>
background-color css
<style>
a { background-color: #E960A6; }
a { background-color: rgb(233,96,166); }
div.DivClassName
{
background-color: #E960A6;
}
.BgClassName
{
background-color: #E960A6;
}
</style>
border-color css
<style>
span { border-color: #E960A6; }
span { border-color: rgb(233,96,166); }
td.TdClassName
{
border-color: #E960A6;
}
.TagClassName
{
border-color: #E960A6;
}
</style>