Shades of Brilliant Rose #E961A1
Tints of Brilliant Rose #E961A1
RGB
CMYK
RGB Variations
Color information
#E961A1 (or 0xE961A1) is known color: Brilliant Rose. HEX triplet: E9, 61 and A1. RGB value is (233,97,161). Sum of RGB (Red+Green+Blue) = 233+97+161=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E961A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E961A1 is #169E5E. Grayscale: #909090. Windows color (decimal): -1482335 or 10576361. OLE color: 10576361.
HSL color Cylindrical-coordinate representation of color #E961A1: hue angle of 331.76º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E961A1 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 161 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.09 |
| HSL | 331.76º | 0.76% | 0.65% | - |
| HSV(B) | 331.76º | 0.58% | 0.91% | - |
| XYZ | 44.31 | 28.45 | 36.87 | - |
| YUV | 144.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 161 | 0 | 0.58 | 0.31 | 0.09 | 331.76 | 0.76 | 0.65 |
| Hex | E9 | 61 | A1 | 0 | 3A | 1F | 9 | 14C | 4C | 41 |
| Octal | 351 | 141 | 241 | 0 | 72 | 37 | 11 | 514 | 114 | 101 |
| Binary | 11101001 | 1100001 | 10100001 | 0 | 111010 | 11111 | 1001 | 101001100 | 1001100 | 1000001 |
Color Harmonies of #E961A1
Complementary color
Monochromatic Colors of #E961A1
Black with #E961A1
Text Example
Text Example
White with #E961A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961A1; }
p { color: rgb(233,97,161); }
H1.HeaderClassName
{
color: #E961A1;
}
.AnyTagClassName
{
color: #E961A1;
}
</style>
background-color css
<style>
a { background-color: #E961A1; }
a { background-color: rgb(233,97,161); }
div.DivClassName
{
background-color: #E961A1;
}
.BgClassName
{
background-color: #E961A1;
}
</style>
border-color css
<style>
span { border-color: #E961A1; }
span { border-color: rgb(233,97,161); }
td.TdClassName
{
border-color: #E961A1;
}
.TagClassName
{
border-color: #E961A1;
}
</style>