Shades of Brilliant Rose #E960A8
Tints of Brilliant Rose #E960A8
RGB
CMYK
RGB Variations
Color information
#E960A8 (or 0xE960A8) is known color: Brilliant Rose. HEX triplet: E9, 60 and A8. RGB value is (233,96,168). Sum of RGB (Red+Green+Blue) = 233+96+168=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E960A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960A8 is #169F57. Grayscale: #919191. Windows color (decimal): -1482584 or 11034857. OLE color: 11034857.
HSL color Cylindrical-coordinate representation of color #E960A8: hue angle of 328.47º 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 #E960A8 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 168 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.09 |
| HSL | 328.47º | 0.76% | 0.65% | - |
| HSV(B) | 328.47º | 0.59% | 0.91% | - |
| XYZ | 44.86 | 28.52 | 40.19 | - |
| YUV | 145.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 168 | 0 | 0.59 | 0.28 | 0.09 | 328.47 | 0.76 | 0.65 |
| Hex | E9 | 60 | A8 | 0 | 3B | 1C | 9 | 148 | 4C | 41 |
| Octal | 351 | 140 | 250 | 0 | 73 | 34 | 11 | 510 | 114 | 101 |
| Binary | 11101001 | 1100000 | 10101000 | 0 | 111011 | 11100 | 1001 | 101001000 | 1001100 | 1000001 |
Color Harmonies of #E960A8
Complementary color
Monochromatic Colors of #E960A8
Black with #E960A8
Text Example
Text Example
White with #E960A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E960A8; }
p { color: rgb(233,96,168); }
H1.HeaderClassName
{
color: #E960A8;
}
.AnyTagClassName
{
color: #E960A8;
}
</style>
background-color css
<style>
a { background-color: #E960A8; }
a { background-color: rgb(233,96,168); }
div.DivClassName
{
background-color: #E960A8;
}
.BgClassName
{
background-color: #E960A8;
}
</style>
border-color css
<style>
span { border-color: #E960A8; }
span { border-color: rgb(233,96,168); }
td.TdClassName
{
border-color: #E960A8;
}
.TagClassName
{
border-color: #E960A8;
}
</style>