Shades of Brilliant Rose #E759A8
Tints of Brilliant Rose #E759A8
RGB
CMYK
RGB Variations
Color information
#E759A8 (or 0xE759A8) is known color: Brilliant Rose. HEX triplet: E7, 59 and A8. RGB value is (231,89,168). Sum of RGB (Red+Green+Blue) = 231+89+168=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E759A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E759A8 is #18A657. Grayscale: #8C8C8C. Windows color (decimal): -1615448 or 11033063. OLE color: 11033063.
HSL color Cylindrical-coordinate representation of color #E759A8: hue angle of 326.62º degrees, saturation: 0.75, 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 #E759A8 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 168 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.09 |
| HSL | 326.62º | 0.75% | 0.63% | - |
| HSV(B) | 326.62º | 0.61% | 0.91% | - |
| XYZ | 43.6 | 26.96 | 39.95 | - |
| YUV | 140.46 | 143.54 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 168 | 0 | 0.61 | 0.27 | 0.09 | 326.62 | 0.75 | 0.63 |
| Hex | E7 | 59 | A8 | 0 | 3D | 1B | 9 | 147 | 4B | 3F |
| Octal | 347 | 131 | 250 | 0 | 75 | 33 | 11 | 507 | 113 | 77 |
| Binary | 11100111 | 1011001 | 10101000 | 0 | 111101 | 11011 | 1001 | 101000111 | 1001011 | 111111 |
Color Harmonies of #E759A8
Complementary color
Monochromatic Colors of #E759A8
Black with #E759A8
Text Example
Text Example
White with #E759A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759A8; }
p { color: rgb(231,89,168); }
H1.HeaderClassName
{
color: #E759A8;
}
.AnyTagClassName
{
color: #E759A8;
}
</style>
background-color css
<style>
a { background-color: #E759A8; }
a { background-color: rgb(231,89,168); }
div.DivClassName
{
background-color: #E759A8;
}
.BgClassName
{
background-color: #E759A8;
}
</style>
border-color css
<style>
span { border-color: #E759A8; }
span { border-color: rgb(231,89,168); }
td.TdClassName
{
border-color: #E759A8;
}
.TagClassName
{
border-color: #E759A8;
}
</style>