Shades of Brilliant Rose #E659A1
Tints of Brilliant Rose #E659A1
RGB
CMYK
RGB Variations
Color information
#E659A1 (or 0xE659A1) is known color: Brilliant Rose. HEX triplet: E6, 59 and A1. RGB value is (230,89,161). Sum of RGB (Red+Green+Blue) = 230+89+161=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E659A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E659A1 is #19A65E. Grayscale: #8B8B8B. Windows color (decimal): -1680991 or 10574310. OLE color: 10574310.
HSL color Cylindrical-coordinate representation of color #E659A1: hue angle of 329.36º 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 #E659A1 is Cyan = 0, Magento = 0.61, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 161 | - |
| CMYK | 0 | 0.61 | 0.3 | 0.10 |
| HSL | 329.36º | 0.74% | 0.63% | - |
| HSV(B) | 329.36º | 0.61% | 0.9% | - |
| XYZ | 42.64 | 26.54 | 36.59 | - |
| YUV | 139.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 161 | 0 | 0.61 | 0.3 | 0.10 | 329.36 | 0.74 | 0.63 |
| Hex | E6 | 59 | A1 | 0 | 3D | 1E | A | 149 | 4A | 3F |
| Octal | 346 | 131 | 241 | 0 | 75 | 36 | 12 | 511 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10100001 | 0 | 111101 | 11110 | 1010 | 101001001 | 1001010 | 111111 |
Color Harmonies of #E659A1
Complementary color
Monochromatic Colors of #E659A1
Black with #E659A1
Text Example
Text Example
White with #E659A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E659A1; }
p { color: rgb(230,89,161); }
H1.HeaderClassName
{
color: #E659A1;
}
.AnyTagClassName
{
color: #E659A1;
}
</style>
background-color css
<style>
a { background-color: #E659A1; }
a { background-color: rgb(230,89,161); }
div.DivClassName
{
background-color: #E659A1;
}
.BgClassName
{
background-color: #E659A1;
}
</style>
border-color css
<style>
span { border-color: #E659A1; }
span { border-color: rgb(230,89,161); }
td.TdClassName
{
border-color: #E659A1;
}
.TagClassName
{
border-color: #E659A1;
}
</style>