Shades of Brilliant Rose #E94DB7
Tints of Brilliant Rose #E94DB7
RGB
CMYK
RGB Variations
Color information
#E94DB7 (or 0xE94DB7) is known color: Brilliant Rose. HEX triplet: E9, 4D and B7. RGB value is (233,77,183). Sum of RGB (Red+Green+Blue) = 233+77+183=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DB7 is #16B248. Grayscale: #878787. Windows color (decimal): -1487433 or 12013033. OLE color: 12013033.
HSL color Cylindrical-coordinate representation of color #E94DB7: hue angle of 319.23º 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 #E94DB7 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 183 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.09 |
| HSL | 319.23º | 0.78% | 0.61% | - |
| HSV(B) | 319.23º | 0.67% | 0.91% | - |
| XYZ | 44.81 | 26.05 | 47.47 | - |
| YUV | 135.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 183 | 0 | 0.67 | 0.21 | 0.09 | 319.23 | 0.78 | 0.61 |
| Hex | E9 | 4D | B7 | 0 | 43 | 15 | 9 | 13F | 4E | 3D |
| Octal | 351 | 115 | 267 | 0 | 103 | 25 | 11 | 477 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10110111 | 0 | 1000011 | 10101 | 1001 | 100111111 | 1001110 | 111101 |
Color Harmonies of #E94DB7
Complementary color
Monochromatic Colors of #E94DB7
Black with #E94DB7
Text Example
Text Example
White with #E94DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DB7; }
p { color: rgb(233,77,183); }
H1.HeaderClassName
{
color: #E94DB7;
}
.AnyTagClassName
{
color: #E94DB7;
}
</style>
background-color css
<style>
a { background-color: #E94DB7; }
a { background-color: rgb(233,77,183); }
div.DivClassName
{
background-color: #E94DB7;
}
.BgClassName
{
background-color: #E94DB7;
}
</style>
border-color css
<style>
span { border-color: #E94DB7; }
span { border-color: rgb(233,77,183); }
td.TdClassName
{
border-color: #E94DB7;
}
.TagClassName
{
border-color: #E94DB7;
}
</style>