Shades of Brilliant Rose #E249AB
Tints of Brilliant Rose #E249AB
RGB
CMYK
RGB Variations
Color information
#E249AB (or 0xE249AB) is known color: Brilliant Rose. HEX triplet: E2, 49 and AB. RGB value is (226,73,171). Sum of RGB (Red+Green+Blue) = 226+73+171=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E249AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249AB is #1DB654. Grayscale: #818181. Windows color (decimal): -1947221 or 11225570. OLE color: 11225570.
HSL color Cylindrical-coordinate representation of color #E249AB: hue angle of 321.57º 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 #E249AB is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 171 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.11 |
| HSL | 321.57º | 0.73% | 0.59% | - |
| HSV(B) | 321.57º | 0.68% | 0.89% | - |
| XYZ | 41.1 | 23.87 | 40.97 | - |
| YUV | 129.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 171 | 0 | 0.68 | 0.24 | 0.11 | 321.57 | 0.73 | 0.59 |
| Hex | E2 | 49 | AB | 0 | 44 | 18 | B | 142 | 49 | 3B |
| Octal | 342 | 111 | 253 | 0 | 104 | 30 | 13 | 502 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10101011 | 0 | 1000100 | 11000 | 1011 | 101000010 | 1001001 | 111011 |
Color Harmonies of #E249AB
Complementary color
Monochromatic Colors of #E249AB
Black with #E249AB
Text Example
Text Example
White with #E249AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249AB; }
p { color: rgb(226,73,171); }
H1.HeaderClassName
{
color: #E249AB;
}
.AnyTagClassName
{
color: #E249AB;
}
</style>
background-color css
<style>
a { background-color: #E249AB; }
a { background-color: rgb(226,73,171); }
div.DivClassName
{
background-color: #E249AB;
}
.BgClassName
{
background-color: #E249AB;
}
</style>
border-color css
<style>
span { border-color: #E249AB; }
span { border-color: rgb(226,73,171); }
td.TdClassName
{
border-color: #E249AB;
}
.TagClassName
{
border-color: #E249AB;
}
</style>