Shades of Brilliant Rose #E249AD
Tints of Brilliant Rose #E249AD
RGB
CMYK
RGB Variations
Color information
#E249AD (or 0xE249AD) is known color: Brilliant Rose. HEX triplet: E2, 49 and AD. RGB value is (226,73,173). Sum of RGB (Red+Green+Blue) = 226+73+173=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E249AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249AD is #1DB652. Grayscale: #818181. Windows color (decimal): -1947219 or 11356642. OLE color: 11356642.
HSL color Cylindrical-coordinate representation of color #E249AD: hue angle of 320.78º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249AD is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 173 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.11 |
| HSL | 320.78º | 0.73% | 0.59% | - |
| HSV(B) | 320.78º | 0.68% | 0.89% | - |
| XYZ | 41.29 | 23.95 | 41.98 | - |
| YUV | 130.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 173 | 0 | 0.68 | 0.23 | 0.11 | 320.78 | 0.73 | 0.59 |
| Hex | E2 | 49 | AD | 0 | 44 | 17 | B | 141 | 49 | 3B |
| Octal | 342 | 111 | 255 | 0 | 104 | 27 | 13 | 501 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10101101 | 0 | 1000100 | 10111 | 1011 | 101000001 | 1001001 | 111011 |
Color Harmonies of #E249AD
Complementary color
Monochromatic Colors of #E249AD
Black with #E249AD
Text Example
Text Example
White with #E249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249AD; }
p { color: rgb(226,73,173); }
H1.HeaderClassName
{
color: #E249AD;
}
.AnyTagClassName
{
color: #E249AD;
}
</style>
background-color css
<style>
a { background-color: #E249AD; }
a { background-color: rgb(226,73,173); }
div.DivClassName
{
background-color: #E249AD;
}
.BgClassName
{
background-color: #E249AD;
}
</style>
border-color css
<style>
span { border-color: #E249AD; }
span { border-color: rgb(226,73,173); }
td.TdClassName
{
border-color: #E249AD;
}
.TagClassName
{
border-color: #E249AD;
}
</style>