Shades of Brilliant Rose #E95BAE
Tints of Brilliant Rose #E95BAE
RGB
CMYK
RGB Variations
Color information
#E95BAE (or 0xE95BAE) is known color: Brilliant Rose. HEX triplet: E9, 5B and AE. RGB value is (233,91,174). Sum of RGB (Red+Green+Blue) = 233+91+174=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BAE is #16A451. Grayscale: #8E8E8E. Windows color (decimal): -1483858 or 11426793. OLE color: 11426793.
HSL color Cylindrical-coordinate representation of color #E95BAE: hue angle of 324.93º 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 #E95BAE is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 174 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.09 |
| HSL | 324.93º | 0.76% | 0.64% | - |
| HSV(B) | 324.93º | 0.61% | 0.91% | - |
| XYZ | 44.99 | 27.86 | 43.05 | - |
| YUV | 142.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 174 | 0 | 0.61 | 0.25 | 0.09 | 324.93 | 0.76 | 0.64 |
| Hex | E9 | 5B | AE | 0 | 3D | 19 | 9 | 145 | 4C | 40 |
| Octal | 351 | 133 | 256 | 0 | 75 | 31 | 11 | 505 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10101110 | 0 | 111101 | 11001 | 1001 | 101000101 | 1001100 | 1000000 |
Color Harmonies of #E95BAE
Complementary color
Monochromatic Colors of #E95BAE
Black with #E95BAE
Text Example
Text Example
White with #E95BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BAE; }
p { color: rgb(233,91,174); }
H1.HeaderClassName
{
color: #E95BAE;
}
.AnyTagClassName
{
color: #E95BAE;
}
</style>
background-color css
<style>
a { background-color: #E95BAE; }
a { background-color: rgb(233,91,174); }
div.DivClassName
{
background-color: #E95BAE;
}
.BgClassName
{
background-color: #E95BAE;
}
</style>
border-color css
<style>
span { border-color: #E95BAE; }
span { border-color: rgb(233,91,174); }
td.TdClassName
{
border-color: #E95BAE;
}
.TagClassName
{
border-color: #E95BAE;
}
</style>