Shades of Brilliant Rose #E94DAD
Tints of Brilliant Rose #E94DAD
RGB
CMYK
RGB Variations
Color information
#E94DAD (or 0xE94DAD) is known color: Brilliant Rose. HEX triplet: E9, 4D and AD. RGB value is (233,77,173). Sum of RGB (Red+Green+Blue) = 233+77+173=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94DAD is #16B252. Grayscale: #868686. Windows color (decimal): -1487443 or 11357673. OLE color: 11357673.
HSL color Cylindrical-coordinate representation of color #E94DAD: hue angle of 323.08º 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 #E94DAD is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 173 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.09 |
| HSL | 323.08º | 0.78% | 0.61% | - |
| HSV(B) | 323.08º | 0.67% | 0.91% | - |
| XYZ | 43.8 | 25.65 | 42.18 | - |
| YUV | 134.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 173 | 0 | 0.67 | 0.26 | 0.09 | 323.08 | 0.78 | 0.61 |
| Hex | E9 | 4D | AD | 0 | 43 | 1A | 9 | 143 | 4E | 3D |
| Octal | 351 | 115 | 255 | 0 | 103 | 32 | 11 | 503 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10101101 | 0 | 1000011 | 11010 | 1001 | 101000011 | 1001110 | 111101 |
Color Harmonies of #E94DAD
Complementary color
Monochromatic Colors of #E94DAD
Black with #E94DAD
Text Example
Text Example
White with #E94DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DAD; }
p { color: rgb(233,77,173); }
H1.HeaderClassName
{
color: #E94DAD;
}
.AnyTagClassName
{
color: #E94DAD;
}
</style>
background-color css
<style>
a { background-color: #E94DAD; }
a { background-color: rgb(233,77,173); }
div.DivClassName
{
background-color: #E94DAD;
}
.BgClassName
{
background-color: #E94DAD;
}
</style>
border-color css
<style>
span { border-color: #E94DAD; }
span { border-color: rgb(233,77,173); }
td.TdClassName
{
border-color: #E94DAD;
}
.TagClassName
{
border-color: #E94DAD;
}
</style>