Shades of Brilliant Rose #E947B5
Tints of Brilliant Rose #E947B5
RGB
CMYK
RGB Variations
Color information
#E947B5 (or 0xE947B5) is known color: Brilliant Rose. HEX triplet: E9, 47 and B5. RGB value is (233,71,181). Sum of RGB (Red+Green+Blue) = 233+71+181=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E947B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E947B5 is #16B84A. Grayscale: #838383. Windows color (decimal): -1488971 or 11880425. OLE color: 11880425.
HSL color Cylindrical-coordinate representation of color #E947B5: hue angle of 319.26º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E947B5 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 181 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.09 |
| HSL | 319.26º | 0.79% | 0.6% | - |
| HSV(B) | 319.26º | 0.7% | 0.91% | - |
| XYZ | 44.2 | 25.17 | 46.24 | - |
| YUV | 131.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 181 | 0 | 0.70 | 0.22 | 0.09 | 319.26 | 0.79 | 0.6 |
| Hex | E9 | 47 | B5 | 0 | 46 | 16 | 9 | 13F | 4F | 3C |
| Octal | 351 | 107 | 265 | 0 | 106 | 26 | 11 | 477 | 117 | 74 |
| Binary | 11101001 | 1000111 | 10110101 | 0 | 1000110 | 10110 | 1001 | 100111111 | 1001111 | 111100 |
Color Harmonies of #E947B5
Complementary color
Monochromatic Colors of #E947B5
Black with #E947B5
Text Example
Text Example
White with #E947B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E947B5; }
p { color: rgb(233,71,181); }
H1.HeaderClassName
{
color: #E947B5;
}
.AnyTagClassName
{
color: #E947B5;
}
</style>
background-color css
<style>
a { background-color: #E947B5; }
a { background-color: rgb(233,71,181); }
div.DivClassName
{
background-color: #E947B5;
}
.BgClassName
{
background-color: #E947B5;
}
</style>
border-color css
<style>
span { border-color: #E947B5; }
span { border-color: rgb(233,71,181); }
td.TdClassName
{
border-color: #E947B5;
}
.TagClassName
{
border-color: #E947B5;
}
</style>