Shades of Brilliant Rose #E95BA9
Tints of Brilliant Rose #E95BA9
RGB
CMYK
RGB Variations
Color information
#E95BA9 (or 0xE95BA9) is known color: Brilliant Rose. HEX triplet: E9, 5B and A9. RGB value is (233,91,169). Sum of RGB (Red+Green+Blue) = 233+91+169=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BA9 is #16A456. Grayscale: #8E8E8E. Windows color (decimal): -1483863 or 11099113. OLE color: 11099113.
HSL color Cylindrical-coordinate representation of color #E95BA9: hue angle of 327.04º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95BA9 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 169 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.09 |
| HSL | 327.04º | 0.76% | 0.64% | - |
| HSV(B) | 327.04º | 0.61% | 0.91% | - |
| XYZ | 44.51 | 27.67 | 40.53 | - |
| YUV | 142.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 169 | 0 | 0.61 | 0.27 | 0.09 | 327.04 | 0.76 | 0.64 |
| Hex | E9 | 5B | A9 | 0 | 3D | 1B | 9 | 147 | 4C | 40 |
| Octal | 351 | 133 | 251 | 0 | 75 | 33 | 11 | 507 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10101001 | 0 | 111101 | 11011 | 1001 | 101000111 | 1001100 | 1000000 |
Color Harmonies of #E95BA9
Complementary color
Monochromatic Colors of #E95BA9
Black with #E95BA9
Text Example
Text Example
White with #E95BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BA9; }
p { color: rgb(233,91,169); }
H1.HeaderClassName
{
color: #E95BA9;
}
.AnyTagClassName
{
color: #E95BA9;
}
</style>
background-color css
<style>
a { background-color: #E95BA9; }
a { background-color: rgb(233,91,169); }
div.DivClassName
{
background-color: #E95BA9;
}
.BgClassName
{
background-color: #E95BA9;
}
</style>
border-color css
<style>
span { border-color: #E95BA9; }
span { border-color: rgb(233,91,169); }
td.TdClassName
{
border-color: #E95BA9;
}
.TagClassName
{
border-color: #E95BA9;
}
</style>