Shades of Brilliant Rose #E959A8
Tints of Brilliant Rose #E959A8
RGB
CMYK
RGB Variations
Color information
#E959A8 (or 0xE959A8) is known color: Brilliant Rose. HEX triplet: E9, 59 and A8. RGB value is (233,89,168). Sum of RGB (Red+Green+Blue) = 233+89+168=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E959A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E959A8 is #16A657. Grayscale: #8C8C8C. Windows color (decimal): -1484376 or 11033065. OLE color: 11033065.
HSL color Cylindrical-coordinate representation of color #E959A8: hue angle of 327.08º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E959A8 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 168 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.09 |
| HSL | 327.08º | 0.77% | 0.63% | - |
| HSV(B) | 327.08º | 0.62% | 0.91% | - |
| XYZ | 44.24 | 27.3 | 39.98 | - |
| YUV | 141.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 168 | 0 | 0.62 | 0.28 | 0.09 | 327.08 | 0.77 | 0.63 |
| Hex | E9 | 59 | A8 | 0 | 3E | 1C | 9 | 147 | 4D | 3F |
| Octal | 351 | 131 | 250 | 0 | 76 | 34 | 11 | 507 | 115 | 77 |
| Binary | 11101001 | 1011001 | 10101000 | 0 | 111110 | 11100 | 1001 | 101000111 | 1001101 | 111111 |
Color Harmonies of #E959A8
Complementary color
Monochromatic Colors of #E959A8
Black with #E959A8
Text Example
Text Example
White with #E959A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959A8; }
p { color: rgb(233,89,168); }
H1.HeaderClassName
{
color: #E959A8;
}
.AnyTagClassName
{
color: #E959A8;
}
</style>
background-color css
<style>
a { background-color: #E959A8; }
a { background-color: rgb(233,89,168); }
div.DivClassName
{
background-color: #E959A8;
}
.BgClassName
{
background-color: #E959A8;
}
</style>
border-color css
<style>
span { border-color: #E959A8; }
span { border-color: rgb(233,89,168); }
td.TdClassName
{
border-color: #E959A8;
}
.TagClassName
{
border-color: #E959A8;
}
</style>