Shades of Brilliant Rose #E659A8
Tints of Brilliant Rose #E659A8
RGB
CMYK
RGB Variations
Color information
#E659A8 (or 0xE659A8) is known color: Brilliant Rose. HEX triplet: E6, 59 and A8. RGB value is (230,89,168). Sum of RGB (Red+Green+Blue) = 230+89+168=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E659A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E659A8 is #19A657. Grayscale: #8B8B8B. Windows color (decimal): -1680984 or 11033062. OLE color: 11033062.
HSL color Cylindrical-coordinate representation of color #E659A8: hue angle of 326.38º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E659A8 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 168 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.10 |
| HSL | 326.38º | 0.74% | 0.63% | - |
| HSV(B) | 326.38º | 0.61% | 0.9% | - |
| XYZ | 43.27 | 26.79 | 39.94 | - |
| YUV | 140.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 168 | 0 | 0.61 | 0.27 | 0.10 | 326.38 | 0.74 | 0.63 |
| Hex | E6 | 59 | A8 | 0 | 3D | 1B | A | 146 | 4A | 3F |
| Octal | 346 | 131 | 250 | 0 | 75 | 33 | 12 | 506 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10101000 | 0 | 111101 | 11011 | 1010 | 101000110 | 1001010 | 111111 |
Color Harmonies of #E659A8
Complementary color
Monochromatic Colors of #E659A8
Black with #E659A8
Text Example
Text Example
White with #E659A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659A8; }
p { color: rgb(230,89,168); }
H1.HeaderClassName
{
color: #E659A8;
}
.AnyTagClassName
{
color: #E659A8;
}
</style>
background-color css
<style>
a { background-color: #E659A8; }
a { background-color: rgb(230,89,168); }
div.DivClassName
{
background-color: #E659A8;
}
.BgClassName
{
background-color: #E659A8;
}
</style>
border-color css
<style>
span { border-color: #E659A8; }
span { border-color: rgb(230,89,168); }
td.TdClassName
{
border-color: #E659A8;
}
.TagClassName
{
border-color: #E659A8;
}
</style>