Shades of Brilliant Rose #E948B1
Tints of Brilliant Rose #E948B1
RGB
CMYK
RGB Variations
Color information
#E948B1 (or 0xE948B1) is known color: Brilliant Rose. HEX triplet: E9, 48 and B1. RGB value is (233,72,177). Sum of RGB (Red+Green+Blue) = 233+72+177=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E948B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948B1 is #16B74E. Grayscale: #838383. Windows color (decimal): -1488719 or 11618537. OLE color: 11618537.
HSL color Cylindrical-coordinate representation of color #E948B1: hue angle of 320.87º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948B1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 177 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.09 |
| HSL | 320.87º | 0.79% | 0.6% | - |
| HSV(B) | 320.87º | 0.69% | 0.91% | - |
| XYZ | 43.86 | 25.13 | 44.13 | - |
| YUV | 132.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 177 | 0 | 0.69 | 0.24 | 0.09 | 320.87 | 0.79 | 0.6 |
| Hex | E9 | 48 | B1 | 0 | 45 | 18 | 9 | 141 | 4F | 3C |
| Octal | 351 | 110 | 261 | 0 | 105 | 30 | 11 | 501 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10110001 | 0 | 1000101 | 11000 | 1001 | 101000001 | 1001111 | 111100 |
Color Harmonies of #E948B1
Complementary color
Monochromatic Colors of #E948B1
Black with #E948B1
Text Example
Text Example
White with #E948B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948B1; }
p { color: rgb(233,72,177); }
H1.HeaderClassName
{
color: #E948B1;
}
.AnyTagClassName
{
color: #E948B1;
}
</style>
background-color css
<style>
a { background-color: #E948B1; }
a { background-color: rgb(233,72,177); }
div.DivClassName
{
background-color: #E948B1;
}
.BgClassName
{
background-color: #E948B1;
}
</style>
border-color css
<style>
span { border-color: #E948B1; }
span { border-color: rgb(233,72,177); }
td.TdClassName
{
border-color: #E948B1;
}
.TagClassName
{
border-color: #E948B1;
}
</style>