Shades of Brilliant Rose #E94DAA
Tints of Brilliant Rose #E94DAA
RGB
CMYK
RGB Variations
Color information
#E94DAA (or 0xE94DAA) is known color: Brilliant Rose. HEX triplet: E9, 4D and AA. RGB value is (233,77,170). Sum of RGB (Red+Green+Blue) = 233+77+170=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94DAA is #16B255. Grayscale: #868686. Windows color (decimal): -1487446 or 11161065. OLE color: 11161065.
HSL color Cylindrical-coordinate representation of color #E94DAA: hue angle of 324.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 #E94DAA is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 170 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.09 |
| HSL | 324.23º | 0.78% | 0.61% | - |
| HSV(B) | 324.23º | 0.67% | 0.91% | - |
| XYZ | 43.51 | 25.53 | 40.67 | - |
| YUV | 134.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 170 | 0 | 0.67 | 0.27 | 0.09 | 324.23 | 0.78 | 0.61 |
| Hex | E9 | 4D | AA | 0 | 43 | 1B | 9 | 144 | 4E | 3D |
| Octal | 351 | 115 | 252 | 0 | 103 | 33 | 11 | 504 | 116 | 75 |
| Binary | 11101001 | 1001101 | 10101010 | 0 | 1000011 | 11011 | 1001 | 101000100 | 1001110 | 111101 |
Color Harmonies of #E94DAA
Complementary color
Monochromatic Colors of #E94DAA
Black with #E94DAA
Text Example
Text Example
White with #E94DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DAA; }
p { color: rgb(233,77,170); }
H1.HeaderClassName
{
color: #E94DAA;
}
.AnyTagClassName
{
color: #E94DAA;
}
</style>
background-color css
<style>
a { background-color: #E94DAA; }
a { background-color: rgb(233,77,170); }
div.DivClassName
{
background-color: #E94DAA;
}
.BgClassName
{
background-color: #E94DAA;
}
</style>
border-color css
<style>
span { border-color: #E94DAA; }
span { border-color: rgb(233,77,170); }
td.TdClassName
{
border-color: #E94DAA;
}
.TagClassName
{
border-color: #E94DAA;
}
</style>