Shades of Brilliant Rose #E94DB9
Tints of Brilliant Rose #E94DB9
RGB
CMYK
RGB Variations
Color information
#E94DB9 (or 0xE94DB9) is known color: Brilliant Rose. HEX triplet: E9, 4D and B9. RGB value is (233,77,185). Sum of RGB (Red+Green+Blue) = 233+77+185=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DB9 is #16B246. Grayscale: #878787. Windows color (decimal): -1487431 or 12144105. OLE color: 12144105.
HSL color Cylindrical-coordinate representation of color #E94DB9: hue angle of 318.46º 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 #E94DB9 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 185 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.09 |
| HSL | 318.46º | 0.78% | 0.61% | - |
| HSV(B) | 318.46º | 0.67% | 0.91% | - |
| XYZ | 45.02 | 26.13 | 48.57 | - |
| YUV | 135.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 185 | 0 | 0.67 | 0.21 | 0.09 | 318.46 | 0.78 | 0.61 |
| Hex | E9 | 4D | B9 | 0 | 43 | 15 | 9 | 13E | 4E | 3D |
| Octal | 351 | 115 | 271 | 0 | 103 | 25 | 11 | 476 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10111001 | 0 | 1000011 | 10101 | 1001 | 100111110 | 1001110 | 111101 |
Color Harmonies of #E94DB9
Complementary color
Monochromatic Colors of #E94DB9
Black with #E94DB9
Text Example
Text Example
White with #E94DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DB9; }
p { color: rgb(233,77,185); }
H1.HeaderClassName
{
color: #E94DB9;
}
.AnyTagClassName
{
color: #E94DB9;
}
</style>
background-color css
<style>
a { background-color: #E94DB9; }
a { background-color: rgb(233,77,185); }
div.DivClassName
{
background-color: #E94DB9;
}
.BgClassName
{
background-color: #E94DB9;
}
</style>
border-color css
<style>
span { border-color: #E94DB9; }
span { border-color: rgb(233,77,185); }
td.TdClassName
{
border-color: #E94DB9;
}
.TagClassName
{
border-color: #E94DB9;
}
</style>