Shades of Brilliant Rose #E84B9E
Tints of Brilliant Rose #E84B9E
RGB
CMYK
RGB Variations
Color information
#E84B9E (or 0xE84B9E) is known color: Brilliant Rose. HEX triplet: E8, 4B and 9E. RGB value is (232,75,158). Sum of RGB (Red+Green+Blue) = 232+75+158=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84B9E is #17B461. Grayscale: #838383. Windows color (decimal): -1553506 or 10374120. OLE color: 10374120.
HSL color Cylindrical-coordinate representation of color #E84B9E: hue angle of 328.28º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84B9E is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 75 | 158 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.09 |
| HSL | 328.28º | 0.77% | 0.6% | - |
| HSV(B) | 328.28º | 0.68% | 0.91% | - |
| XYZ | 41.97 | 24.66 | 34.9 | - |
| YUV | 131.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 75 | 158 | 0 | 0.68 | 0.32 | 0.09 | 328.28 | 0.77 | 0.6 |
| Hex | E8 | 4B | 9E | 0 | 44 | 20 | 9 | 148 | 4D | 3C |
| Octal | 350 | 113 | 236 | 0 | 104 | 40 | 11 | 510 | 115 | 74 |
| Binary | 11101000 | 1001011 | 10011110 | 0 | 1000100 | 100000 | 1001 | 101001000 | 1001101 | 111100 |
Color Harmonies of #E84B9E
Complementary color
Monochromatic Colors of #E84B9E
Black with #E84B9E
Text Example
Text Example
White with #E84B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84B9E; }
p { color: rgb(232,75,158); }
H1.HeaderClassName
{
color: #E84B9E;
}
.AnyTagClassName
{
color: #E84B9E;
}
</style>
background-color css
<style>
a { background-color: #E84B9E; }
a { background-color: rgb(232,75,158); }
div.DivClassName
{
background-color: #E84B9E;
}
.BgClassName
{
background-color: #E84B9E;
}
</style>
border-color css
<style>
span { border-color: #E84B9E; }
span { border-color: rgb(232,75,158); }
td.TdClassName
{
border-color: #E84B9E;
}
.TagClassName
{
border-color: #E84B9E;
}
</style>