Shades of Brilliant Rose #E95AAB
Tints of Brilliant Rose #E95AAB
RGB
CMYK
RGB Variations
Color information
#E95AAB (or 0xE95AAB) is known color: Brilliant Rose. HEX triplet: E9, 5A and AB. RGB value is (233,90,171). Sum of RGB (Red+Green+Blue) = 233+90+171=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95AAB is #16A554. Grayscale: #8D8D8D. Windows color (decimal): -1484117 or 11229929. OLE color: 11229929.
HSL color Cylindrical-coordinate representation of color #E95AAB: hue angle of 326.01º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95AAB is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 171 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.09 |
| HSL | 326.01º | 0.76% | 0.63% | - |
| HSV(B) | 326.01º | 0.61% | 0.91% | - |
| XYZ | 44.61 | 27.58 | 41.5 | - |
| YUV | 141.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 171 | 0 | 0.61 | 0.27 | 0.09 | 326.01 | 0.76 | 0.63 |
| Hex | E9 | 5A | AB | 0 | 3D | 1B | 9 | 146 | 4C | 3F |
| Octal | 351 | 132 | 253 | 0 | 75 | 33 | 11 | 506 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10101011 | 0 | 111101 | 11011 | 1001 | 101000110 | 1001100 | 111111 |
Color Harmonies of #E95AAB
Complementary color
Monochromatic Colors of #E95AAB
Black with #E95AAB
Text Example
Text Example
White with #E95AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AAB; }
p { color: rgb(233,90,171); }
H1.HeaderClassName
{
color: #E95AAB;
}
.AnyTagClassName
{
color: #E95AAB;
}
</style>
background-color css
<style>
a { background-color: #E95AAB; }
a { background-color: rgb(233,90,171); }
div.DivClassName
{
background-color: #E95AAB;
}
.BgClassName
{
background-color: #E95AAB;
}
</style>
border-color css
<style>
span { border-color: #E95AAB; }
span { border-color: rgb(233,90,171); }
td.TdClassName
{
border-color: #E95AAB;
}
.TagClassName
{
border-color: #E95AAB;
}
</style>