Shades of Brilliant Rose #E951A1
Tints of Brilliant Rose #E951A1
RGB
CMYK
RGB Variations
Color information
#E951A1 (or 0xE951A1) is known color: Brilliant Rose. HEX triplet: E9, 51 and A1. RGB value is (233,81,161). Sum of RGB (Red+Green+Blue) = 233+81+161=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E951A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E951A1 is #16AE5E. Grayscale: #878787. Windows color (decimal): -1486431 or 10572265. OLE color: 10572265.
HSL color Cylindrical-coordinate representation of color #E951A1: hue angle of 328.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E951A1 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 161 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.09 |
| HSL | 328.42º | 0.78% | 0.62% | - |
| HSV(B) | 328.42º | 0.65% | 0.91% | - |
| XYZ | 42.98 | 25.78 | 36.43 | - |
| YUV | 135.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 161 | 0 | 0.65 | 0.31 | 0.09 | 328.42 | 0.78 | 0.62 |
| Hex | E9 | 51 | A1 | 0 | 41 | 1F | 9 | 148 | 4E | 3E |
| Octal | 351 | 121 | 241 | 0 | 101 | 37 | 11 | 510 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10100001 | 0 | 1000001 | 11111 | 1001 | 101001000 | 1001110 | 111110 |
Color Harmonies of #E951A1
Complementary color
Monochromatic Colors of #E951A1
Black with #E951A1
Text Example
Text Example
White with #E951A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E951A1; }
p { color: rgb(233,81,161); }
H1.HeaderClassName
{
color: #E951A1;
}
.AnyTagClassName
{
color: #E951A1;
}
</style>
background-color css
<style>
a { background-color: #E951A1; }
a { background-color: rgb(233,81,161); }
div.DivClassName
{
background-color: #E951A1;
}
.BgClassName
{
background-color: #E951A1;
}
</style>
border-color css
<style>
span { border-color: #E951A1; }
span { border-color: rgb(233,81,161); }
td.TdClassName
{
border-color: #E951A1;
}
.TagClassName
{
border-color: #E951A1;
}
</style>