Shades of Brilliant Rose #E247B1
Tints of Brilliant Rose #E247B1
RGB
CMYK
RGB Variations
Color information
#E247B1 (or 0xE247B1) is known color: Brilliant Rose. HEX triplet: E2, 47 and B1. RGB value is (226,71,177). Sum of RGB (Red+Green+Blue) = 226+71+177=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E247B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E247B1 is #1DB84E. Grayscale: #818181. Windows color (decimal): -1947727 or 11618274. OLE color: 11618274.
HSL color Cylindrical-coordinate representation of color #E247B1: hue angle of 318.97º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E247B1 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 177 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.11 |
| HSL | 318.97º | 0.73% | 0.58% | - |
| HSV(B) | 318.97º | 0.69% | 0.89% | - |
| XYZ | 41.55 | 23.85 | 44.01 | - |
| YUV | 129.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 177 | 0 | 0.69 | 0.22 | 0.11 | 318.97 | 0.73 | 0.58 |
| Hex | E2 | 47 | B1 | 0 | 45 | 16 | B | 13F | 49 | 3A |
| Octal | 342 | 107 | 261 | 0 | 105 | 26 | 13 | 477 | 111 | 72 |
| Binary | 11100010 | 1000111 | 10110001 | 0 | 1000101 | 10110 | 1011 | 100111111 | 1001001 | 111010 |
Color Harmonies of #E247B1
Complementary color
Monochromatic Colors of #E247B1
Black with #E247B1
Text Example
Text Example
White with #E247B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E247B1; }
p { color: rgb(226,71,177); }
H1.HeaderClassName
{
color: #E247B1;
}
.AnyTagClassName
{
color: #E247B1;
}
</style>
background-color css
<style>
a { background-color: #E247B1; }
a { background-color: rgb(226,71,177); }
div.DivClassName
{
background-color: #E247B1;
}
.BgClassName
{
background-color: #E247B1;
}
</style>
border-color css
<style>
span { border-color: #E247B1; }
span { border-color: rgb(226,71,177); }
td.TdClassName
{
border-color: #E247B1;
}
.TagClassName
{
border-color: #E247B1;
}
</style>