Shades of Brilliant Rose #E94DB8
Tints of Brilliant Rose #E94DB8
RGB
CMYK
RGB Variations
Color information
#E94DB8 (or 0xE94DB8) is known color: Brilliant Rose. HEX triplet: E9, 4D and B8. RGB value is (233,77,184). Sum of RGB (Red+Green+Blue) = 233+77+184=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DB8 is #16B247. Grayscale: #878787. Windows color (decimal): -1487432 or 12078569. OLE color: 12078569.
HSL color Cylindrical-coordinate representation of color #E94DB8: hue angle of 318.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94DB8 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 184 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.09 |
| HSL | 318.85º | 0.78% | 0.61% | - |
| HSV(B) | 318.85º | 0.67% | 0.91% | - |
| XYZ | 44.91 | 26.09 | 48.02 | - |
| YUV | 135.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 184 | 0 | 0.67 | 0.21 | 0.09 | 318.85 | 0.78 | 0.61 |
| Hex | E9 | 4D | B8 | 0 | 43 | 15 | 9 | 13F | 4E | 3D |
| Octal | 351 | 115 | 270 | 0 | 103 | 25 | 11 | 477 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10111000 | 0 | 1000011 | 10101 | 1001 | 100111111 | 1001110 | 111101 |
Color Harmonies of #E94DB8
Complementary color
Monochromatic Colors of #E94DB8
Black with #E94DB8
Text Example
Text Example
White with #E94DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DB8; }
p { color: rgb(233,77,184); }
H1.HeaderClassName
{
color: #E94DB8;
}
.AnyTagClassName
{
color: #E94DB8;
}
</style>
background-color css
<style>
a { background-color: #E94DB8; }
a { background-color: rgb(233,77,184); }
div.DivClassName
{
background-color: #E94DB8;
}
.BgClassName
{
background-color: #E94DB8;
}
</style>
border-color css
<style>
span { border-color: #E94DB8; }
span { border-color: rgb(233,77,184); }
td.TdClassName
{
border-color: #E94DB8;
}
.TagClassName
{
border-color: #E94DB8;
}
</style>