Shades of Brilliant Rose #E649AD
Tints of Brilliant Rose #E649AD
RGB
CMYK
RGB Variations
Color information
#E649AD (or 0xE649AD) is known color: Brilliant Rose. HEX triplet: E6, 49 and AD. RGB value is (230,73,173). Sum of RGB (Red+Green+Blue) = 230+73+173=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E649AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E649AD is #19B652. Grayscale: #838383. Windows color (decimal): -1685075 or 11356646. OLE color: 11356646.
HSL color Cylindrical-coordinate representation of color #E649AD: hue angle of 321.78º 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 #E649AD is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 173 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.10 |
| HSL | 321.78º | 0.76% | 0.59% | - |
| HSV(B) | 321.78º | 0.68% | 0.9% | - |
| XYZ | 42.56 | 24.61 | 42.04 | - |
| YUV | 131.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 173 | 0 | 0.68 | 0.25 | 0.10 | 321.78 | 0.76 | 0.59 |
| Hex | E6 | 49 | AD | 0 | 44 | 19 | A | 142 | 4C | 3B |
| Octal | 346 | 111 | 255 | 0 | 104 | 31 | 12 | 502 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10101101 | 0 | 1000100 | 11001 | 1010 | 101000010 | 1001100 | 111011 |
Color Harmonies of #E649AD
Complementary color
Monochromatic Colors of #E649AD
Black with #E649AD
Text Example
Text Example
White with #E649AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649AD; }
p { color: rgb(230,73,173); }
H1.HeaderClassName
{
color: #E649AD;
}
.AnyTagClassName
{
color: #E649AD;
}
</style>
background-color css
<style>
a { background-color: #E649AD; }
a { background-color: rgb(230,73,173); }
div.DivClassName
{
background-color: #E649AD;
}
.BgClassName
{
background-color: #E649AD;
}
</style>
border-color css
<style>
span { border-color: #E649AD; }
span { border-color: rgb(230,73,173); }
td.TdClassName
{
border-color: #E649AD;
}
.TagClassName
{
border-color: #E649AD;
}
</style>