Shades of Brilliant Rose #E94CB9
Tints of Brilliant Rose #E94CB9
RGB
CMYK
RGB Variations
Color information
#E94CB9 (or 0xE94CB9) is known color: Brilliant Rose. HEX triplet: E9, 4C and B9. RGB value is (233,76,185). Sum of RGB (Red+Green+Blue) = 233+76+185=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CB9 is #16B346. Grayscale: #878787. Windows color (decimal): -1487687 or 12143849. OLE color: 12143849.
HSL color Cylindrical-coordinate representation of color #E94CB9: hue angle of 318.34º 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 #E94CB9 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 185 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.09 |
| HSL | 318.34º | 0.78% | 0.61% | - |
| HSV(B) | 318.34º | 0.67% | 0.91% | - |
| XYZ | 44.95 | 26 | 48.55 | - |
| YUV | 135.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 185 | 0 | 0.67 | 0.21 | 0.09 | 318.34 | 0.78 | 0.61 |
| Hex | E9 | 4C | B9 | 0 | 43 | 15 | 9 | 13E | 4E | 3D |
| Octal | 351 | 114 | 271 | 0 | 103 | 25 | 11 | 476 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10111001 | 0 | 1000011 | 10101 | 1001 | 100111110 | 1001110 | 111101 |
Color Harmonies of #E94CB9
Complementary color
Monochromatic Colors of #E94CB9
Black with #E94CB9
Text Example
Text Example
White with #E94CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CB9; }
p { color: rgb(233,76,185); }
H1.HeaderClassName
{
color: #E94CB9;
}
.AnyTagClassName
{
color: #E94CB9;
}
</style>
background-color css
<style>
a { background-color: #E94CB9; }
a { background-color: rgb(233,76,185); }
div.DivClassName
{
background-color: #E94CB9;
}
.BgClassName
{
background-color: #E94CB9;
}
</style>
border-color css
<style>
span { border-color: #E94CB9; }
span { border-color: rgb(233,76,185); }
td.TdClassName
{
border-color: #E94CB9;
}
.TagClassName
{
border-color: #E94CB9;
}
</style>