Shades of Brilliant Rose #E759AD
Tints of Brilliant Rose #E759AD
RGB
CMYK
RGB Variations
Color information
#E759AD (or 0xE759AD) is known color: Brilliant Rose. HEX triplet: E7, 59 and AD. RGB value is (231,89,173). Sum of RGB (Red+Green+Blue) = 231+89+173=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E759AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E759AD is #18A652. Grayscale: #8C8C8C. Windows color (decimal): -1615443 or 11360743. OLE color: 11360743.
HSL color Cylindrical-coordinate representation of color #E759AD: hue angle of 324.51º 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 #E759AD is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 173 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.09 |
| HSL | 324.51º | 0.75% | 0.63% | - |
| HSV(B) | 324.51º | 0.61% | 0.91% | - |
| XYZ | 44.07 | 27.15 | 42.45 | - |
| YUV | 141.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 173 | 0 | 0.61 | 0.25 | 0.09 | 324.51 | 0.75 | 0.63 |
| Hex | E7 | 59 | AD | 0 | 3D | 19 | 9 | 145 | 4B | 3F |
| Octal | 347 | 131 | 255 | 0 | 75 | 31 | 11 | 505 | 113 | 77 |
| Binary | 11100111 | 1011001 | 10101101 | 0 | 111101 | 11001 | 1001 | 101000101 | 1001011 | 111111 |
Color Harmonies of #E759AD
Complementary color
Monochromatic Colors of #E759AD
Black with #E759AD
Text Example
Text Example
White with #E759AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759AD; }
p { color: rgb(231,89,173); }
H1.HeaderClassName
{
color: #E759AD;
}
.AnyTagClassName
{
color: #E759AD;
}
</style>
background-color css
<style>
a { background-color: #E759AD; }
a { background-color: rgb(231,89,173); }
div.DivClassName
{
background-color: #E759AD;
}
.BgClassName
{
background-color: #E759AD;
}
</style>
border-color css
<style>
span { border-color: #E759AD; }
span { border-color: rgb(231,89,173); }
td.TdClassName
{
border-color: #E759AD;
}
.TagClassName
{
border-color: #E759AD;
}
</style>