Shades of Brilliant Rose #E959AC
Tints of Brilliant Rose #E959AC
RGB
CMYK
RGB Variations
Color information
#E959AC (or 0xE959AC) is known color: Brilliant Rose. HEX triplet: E9, 59 and AC. RGB value is (233,89,172). Sum of RGB (Red+Green+Blue) = 233+89+172=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E959AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E959AC is #16A653. Grayscale: #8D8D8D. Windows color (decimal): -1484372 or 11295209. OLE color: 11295209.
HSL color Cylindrical-coordinate representation of color #E959AC: hue angle of 325.42º 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 #E959AC is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 172 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.09 |
| HSL | 325.42º | 0.77% | 0.63% | - |
| HSV(B) | 325.42º | 0.62% | 0.91% | - |
| XYZ | 44.62 | 27.45 | 41.98 | - |
| YUV | 141.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 172 | 0 | 0.62 | 0.26 | 0.09 | 325.42 | 0.77 | 0.63 |
| Hex | E9 | 59 | AC | 0 | 3E | 1A | 9 | 145 | 4D | 3F |
| Octal | 351 | 131 | 254 | 0 | 76 | 32 | 11 | 505 | 115 | 77 |
| Binary | 11101001 | 1011001 | 10101100 | 0 | 111110 | 11010 | 1001 | 101000101 | 1001101 | 111111 |
Color Harmonies of #E959AC
Complementary color
Monochromatic Colors of #E959AC
Black with #E959AC
Text Example
Text Example
White with #E959AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959AC; }
p { color: rgb(233,89,172); }
H1.HeaderClassName
{
color: #E959AC;
}
.AnyTagClassName
{
color: #E959AC;
}
</style>
background-color css
<style>
a { background-color: #E959AC; }
a { background-color: rgb(233,89,172); }
div.DivClassName
{
background-color: #E959AC;
}
.BgClassName
{
background-color: #E959AC;
}
</style>
border-color css
<style>
span { border-color: #E959AC; }
span { border-color: rgb(233,89,172); }
td.TdClassName
{
border-color: #E959AC;
}
.TagClassName
{
border-color: #E959AC;
}
</style>