Shades of Brilliant Rose #E249A5
Tints of Brilliant Rose #E249A5
RGB
CMYK
RGB Variations
Color information
#E249A5 (or 0xE249A5) is known color: Brilliant Rose. HEX triplet: E2, 49 and A5. RGB value is (226,73,165). Sum of RGB (Red+Green+Blue) = 226+73+165=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E249A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249A5 is #1DB65A. Grayscale: #818181. Windows color (decimal): -1947227 or 10832354. OLE color: 10832354.
HSL color Cylindrical-coordinate representation of color #E249A5: hue angle of 323.92º 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 #E249A5 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 165 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.11 |
| HSL | 323.92º | 0.73% | 0.59% | - |
| HSV(B) | 323.92º | 0.68% | 0.89% | - |
| XYZ | 40.54 | 23.65 | 38.03 | - |
| YUV | 129.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 165 | 0 | 0.68 | 0.27 | 0.11 | 323.92 | 0.73 | 0.59 |
| Hex | E2 | 49 | A5 | 0 | 44 | 1B | B | 144 | 49 | 3B |
| Octal | 342 | 111 | 245 | 0 | 104 | 33 | 13 | 504 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10100101 | 0 | 1000100 | 11011 | 1011 | 101000100 | 1001001 | 111011 |
Color Harmonies of #E249A5
Complementary color
Monochromatic Colors of #E249A5
Black with #E249A5
Text Example
Text Example
White with #E249A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249A5; }
p { color: rgb(226,73,165); }
H1.HeaderClassName
{
color: #E249A5;
}
.AnyTagClassName
{
color: #E249A5;
}
</style>
background-color css
<style>
a { background-color: #E249A5; }
a { background-color: rgb(226,73,165); }
div.DivClassName
{
background-color: #E249A5;
}
.BgClassName
{
background-color: #E249A5;
}
</style>
border-color css
<style>
span { border-color: #E249A5; }
span { border-color: rgb(226,73,165); }
td.TdClassName
{
border-color: #E249A5;
}
.TagClassName
{
border-color: #E249A5;
}
</style>