Shades of Brilliant Rose #E249A8
Tints of Brilliant Rose #E249A8
RGB
CMYK
RGB Variations
Color information
#E249A8 (or 0xE249A8) is known color: Brilliant Rose. HEX triplet: E2, 49 and A8. RGB value is (226,73,168). Sum of RGB (Red+Green+Blue) = 226+73+168=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E249A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249A8 is #1DB657. Grayscale: #818181. Windows color (decimal): -1947224 or 11028962. OLE color: 11028962.
HSL color Cylindrical-coordinate representation of color #E249A8: hue angle of 322.75º 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 #E249A8 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 168 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.11 |
| HSL | 322.75º | 0.73% | 0.59% | - |
| HSV(B) | 322.75º | 0.68% | 0.89% | - |
| XYZ | 40.81 | 23.76 | 39.48 | - |
| YUV | 129.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 168 | 0 | 0.68 | 0.26 | 0.11 | 322.75 | 0.73 | 0.59 |
| Hex | E2 | 49 | A8 | 0 | 44 | 1A | B | 143 | 49 | 3B |
| Octal | 342 | 111 | 250 | 0 | 104 | 32 | 13 | 503 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10101000 | 0 | 1000100 | 11010 | 1011 | 101000011 | 1001001 | 111011 |
Color Harmonies of #E249A8
Complementary color
Monochromatic Colors of #E249A8
Black with #E249A8
Text Example
Text Example
White with #E249A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249A8; }
p { color: rgb(226,73,168); }
H1.HeaderClassName
{
color: #E249A8;
}
.AnyTagClassName
{
color: #E249A8;
}
</style>
background-color css
<style>
a { background-color: #E249A8; }
a { background-color: rgb(226,73,168); }
div.DivClassName
{
background-color: #E249A8;
}
.BgClassName
{
background-color: #E249A8;
}
</style>
border-color css
<style>
span { border-color: #E249A8; }
span { border-color: rgb(226,73,168); }
td.TdClassName
{
border-color: #E249A8;
}
.TagClassName
{
border-color: #E249A8;
}
</style>