Shades of Brilliant Rose #E95EA9
Tints of Brilliant Rose #E95EA9
RGB
CMYK
RGB Variations
Color information
#E95EA9 (or 0xE95EA9) is known color: Brilliant Rose. HEX triplet: E9, 5E and A9. RGB value is (233,94,169). Sum of RGB (Red+Green+Blue) = 233+94+169=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95EA9 is #16A156. Grayscale: #8F8F8F. Windows color (decimal): -1483095 or 11099881. OLE color: 11099881.
HSL color Cylindrical-coordinate representation of color #E95EA9: hue angle of 327.63º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95EA9 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 169 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.09 |
| HSL | 327.63º | 0.76% | 0.64% | - |
| HSV(B) | 327.63º | 0.6% | 0.91% | - |
| XYZ | 44.77 | 28.19 | 40.62 | - |
| YUV | 144.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 169 | 0 | 0.60 | 0.27 | 0.09 | 327.63 | 0.76 | 0.64 |
| Hex | E9 | 5E | A9 | 0 | 3C | 1B | 9 | 148 | 4C | 40 |
| Octal | 351 | 136 | 251 | 0 | 74 | 33 | 11 | 510 | 114 | 100 |
| Binary | 11101001 | 1011110 | 10101001 | 0 | 111100 | 11011 | 1001 | 101001000 | 1001100 | 1000000 |
Color Harmonies of #E95EA9
Complementary color
Monochromatic Colors of #E95EA9
Black with #E95EA9
Text Example
Text Example
White with #E95EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95EA9; }
p { color: rgb(233,94,169); }
H1.HeaderClassName
{
color: #E95EA9;
}
.AnyTagClassName
{
color: #E95EA9;
}
</style>
background-color css
<style>
a { background-color: #E95EA9; }
a { background-color: rgb(233,94,169); }
div.DivClassName
{
background-color: #E95EA9;
}
.BgClassName
{
background-color: #E95EA9;
}
</style>
border-color css
<style>
span { border-color: #E95EA9; }
span { border-color: rgb(233,94,169); }
td.TdClassName
{
border-color: #E95EA9;
}
.TagClassName
{
border-color: #E95EA9;
}
</style>