Shades of Brilliant Rose #E249B1
Tints of Brilliant Rose #E249B1
RGB
CMYK
RGB Variations
Color information
#E249B1 (or 0xE249B1) is known color: Brilliant Rose. HEX triplet: E2, 49 and B1. RGB value is (226,73,177). Sum of RGB (Red+Green+Blue) = 226+73+177=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E249B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249B1 is #1DB64E. Grayscale: #828282. Windows color (decimal): -1947215 or 11618786. OLE color: 11618786.
HSL color Cylindrical-coordinate representation of color #E249B1: hue angle of 319.22º 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 #E249B1 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 177 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.11 |
| HSL | 319.22º | 0.73% | 0.59% | - |
| HSV(B) | 319.22º | 0.68% | 0.89% | - |
| XYZ | 41.68 | 24.11 | 44.05 | - |
| YUV | 130.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 177 | 0 | 0.68 | 0.22 | 0.11 | 319.22 | 0.73 | 0.59 |
| Hex | E2 | 49 | B1 | 0 | 44 | 16 | B | 13F | 49 | 3B |
| Octal | 342 | 111 | 261 | 0 | 104 | 26 | 13 | 477 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10110001 | 0 | 1000100 | 10110 | 1011 | 100111111 | 1001001 | 111011 |
Color Harmonies of #E249B1
Complementary color
Monochromatic Colors of #E249B1
Black with #E249B1
Text Example
Text Example
White with #E249B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249B1; }
p { color: rgb(226,73,177); }
H1.HeaderClassName
{
color: #E249B1;
}
.AnyTagClassName
{
color: #E249B1;
}
</style>
background-color css
<style>
a { background-color: #E249B1; }
a { background-color: rgb(226,73,177); }
div.DivClassName
{
background-color: #E249B1;
}
.BgClassName
{
background-color: #E249B1;
}
</style>
border-color css
<style>
span { border-color: #E249B1; }
span { border-color: rgb(226,73,177); }
td.TdClassName
{
border-color: #E249B1;
}
.TagClassName
{
border-color: #E249B1;
}
</style>