Shades of Brilliant Rose #E246B1
Tints of Brilliant Rose #E246B1
RGB
CMYK
RGB Variations
Color information
#E246B1 (or 0xE246B1) is known color: Brilliant Rose. HEX triplet: E2, 46 and B1. RGB value is (226,70,177). Sum of RGB (Red+Green+Blue) = 226+70+177=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E246B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E246B1 is #1DB94E. Grayscale: #808080. Windows color (decimal): -1947983 or 11618018. OLE color: 11618018.
HSL color Cylindrical-coordinate representation of color #E246B1: hue angle of 318.85º 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 #E246B1 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 177 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.11 |
| HSL | 318.85º | 0.73% | 0.58% | - |
| HSV(B) | 318.85º | 0.69% | 0.89% | - |
| XYZ | 41.49 | 23.72 | 43.99 | - |
| YUV | 128.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 177 | 0 | 0.69 | 0.22 | 0.11 | 318.85 | 0.73 | 0.58 |
| Hex | E2 | 46 | B1 | 0 | 45 | 16 | B | 13F | 49 | 3A |
| Octal | 342 | 106 | 261 | 0 | 105 | 26 | 13 | 477 | 111 | 72 |
| Binary | 11100010 | 1000110 | 10110001 | 0 | 1000101 | 10110 | 1011 | 100111111 | 1001001 | 111010 |
Color Harmonies of #E246B1
Complementary color
Monochromatic Colors of #E246B1
Black with #E246B1
Text Example
Text Example
White with #E246B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E246B1; }
p { color: rgb(226,70,177); }
H1.HeaderClassName
{
color: #E246B1;
}
.AnyTagClassName
{
color: #E246B1;
}
</style>
background-color css
<style>
a { background-color: #E246B1; }
a { background-color: rgb(226,70,177); }
div.DivClassName
{
background-color: #E246B1;
}
.BgClassName
{
background-color: #E246B1;
}
</style>
border-color css
<style>
span { border-color: #E246B1; }
span { border-color: rgb(226,70,177); }
td.TdClassName
{
border-color: #E246B1;
}
.TagClassName
{
border-color: #E246B1;
}
</style>