Shades of Brilliant Rose #E95BAB
Tints of Brilliant Rose #E95BAB
RGB
CMYK
RGB Variations
Color information
#E95BAB (or 0xE95BAB) is known color: Brilliant Rose. HEX triplet: E9, 5B and AB. RGB value is (233,91,171). Sum of RGB (Red+Green+Blue) = 233+91+171=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95BAB is #16A454. Grayscale: #8E8E8E. Windows color (decimal): -1483861 or 11230185. OLE color: 11230185.
HSL color Cylindrical-coordinate representation of color #E95BAB: hue angle of 326.2º 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 #E95BAB is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 171 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.09 |
| HSL | 326.2º | 0.76% | 0.64% | - |
| HSV(B) | 326.2º | 0.61% | 0.91% | - |
| XYZ | 44.7 | 27.75 | 41.53 | - |
| YUV | 142.58 | 144.04 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 171 | 0 | 0.61 | 0.27 | 0.09 | 326.2 | 0.76 | 0.64 |
| Hex | E9 | 5B | AB | 0 | 3D | 1B | 9 | 146 | 4C | 40 |
| Octal | 351 | 133 | 253 | 0 | 75 | 33 | 11 | 506 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10101011 | 0 | 111101 | 11011 | 1001 | 101000110 | 1001100 | 1000000 |
Color Harmonies of #E95BAB
Complementary color
Monochromatic Colors of #E95BAB
Black with #E95BAB
Text Example
Text Example
White with #E95BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BAB; }
p { color: rgb(233,91,171); }
H1.HeaderClassName
{
color: #E95BAB;
}
.AnyTagClassName
{
color: #E95BAB;
}
</style>
background-color css
<style>
a { background-color: #E95BAB; }
a { background-color: rgb(233,91,171); }
div.DivClassName
{
background-color: #E95BAB;
}
.BgClassName
{
background-color: #E95BAB;
}
</style>
border-color css
<style>
span { border-color: #E95BAB; }
span { border-color: rgb(233,91,171); }
td.TdClassName
{
border-color: #E95BAB;
}
.TagClassName
{
border-color: #E95BAB;
}
</style>