Shades of Brilliant Rose #E759AF
Tints of Brilliant Rose #E759AF
RGB
CMYK
RGB Variations
Color information
#E759AF (or 0xE759AF) is known color: Brilliant Rose. HEX triplet: E7, 59 and AF. RGB value is (231,89,175). Sum of RGB (Red+Green+Blue) = 231+89+175=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E759AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E759AF is #18A650. Grayscale: #8D8D8D. Windows color (decimal): -1615441 or 11491815. OLE color: 11491815.
HSL color Cylindrical-coordinate representation of color #E759AF: hue angle of 323.66º 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 #E759AF is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 175 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.09 |
| HSL | 323.66º | 0.75% | 0.63% | - |
| HSV(B) | 323.66º | 0.61% | 0.91% | - |
| XYZ | 44.27 | 27.23 | 43.48 | - |
| YUV | 141.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 175 | 0 | 0.61 | 0.24 | 0.09 | 323.66 | 0.75 | 0.63 |
| Hex | E7 | 59 | AF | 0 | 3D | 18 | 9 | 144 | 4B | 3F |
| Octal | 347 | 131 | 257 | 0 | 75 | 30 | 11 | 504 | 113 | 77 |
| Binary | 11100111 | 1011001 | 10101111 | 0 | 111101 | 11000 | 1001 | 101000100 | 1001011 | 111111 |
Color Harmonies of #E759AF
Complementary color
Monochromatic Colors of #E759AF
Black with #E759AF
Text Example
Text Example
White with #E759AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E759AF; }
p { color: rgb(231,89,175); }
H1.HeaderClassName
{
color: #E759AF;
}
.AnyTagClassName
{
color: #E759AF;
}
</style>
background-color css
<style>
a { background-color: #E759AF; }
a { background-color: rgb(231,89,175); }
div.DivClassName
{
background-color: #E759AF;
}
.BgClassName
{
background-color: #E759AF;
}
</style>
border-color css
<style>
span { border-color: #E759AF; }
span { border-color: rgb(231,89,175); }
td.TdClassName
{
border-color: #E759AF;
}
.TagClassName
{
border-color: #E759AF;
}
</style>