Shades of Brilliant Rose #E649A9
Tints of Brilliant Rose #E649A9
RGB
CMYK
RGB Variations
Color information
#E649A9 (or 0xE649A9) is known color: Brilliant Rose. HEX triplet: E6, 49 and A9. RGB value is (230,73,169). Sum of RGB (Red+Green+Blue) = 230+73+169=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E649A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E649A9 is #19B656. Grayscale: #828282. Windows color (decimal): -1685079 or 11094502. OLE color: 11094502.
HSL color Cylindrical-coordinate representation of color #E649A9: hue angle of 323.31º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649A9 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 169 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.10 |
| HSL | 323.31º | 0.76% | 0.59% | - |
| HSV(B) | 323.31º | 0.68% | 0.9% | - |
| XYZ | 42.18 | 24.45 | 40.03 | - |
| YUV | 130.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 169 | 0 | 0.68 | 0.27 | 0.10 | 323.31 | 0.76 | 0.59 |
| Hex | E6 | 49 | A9 | 0 | 44 | 1B | A | 143 | 4C | 3B |
| Octal | 346 | 111 | 251 | 0 | 104 | 33 | 12 | 503 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10101001 | 0 | 1000100 | 11011 | 1010 | 101000011 | 1001100 | 111011 |
Color Harmonies of #E649A9
Complementary color
Monochromatic Colors of #E649A9
Black with #E649A9
Text Example
Text Example
White with #E649A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649A9; }
p { color: rgb(230,73,169); }
H1.HeaderClassName
{
color: #E649A9;
}
.AnyTagClassName
{
color: #E649A9;
}
</style>
background-color css
<style>
a { background-color: #E649A9; }
a { background-color: rgb(230,73,169); }
div.DivClassName
{
background-color: #E649A9;
}
.BgClassName
{
background-color: #E649A9;
}
</style>
border-color css
<style>
span { border-color: #E649A9; }
span { border-color: rgb(230,73,169); }
td.TdClassName
{
border-color: #E649A9;
}
.TagClassName
{
border-color: #E649A9;
}
</style>