Shades of Brilliant Rose #E94AA0
Tints of Brilliant Rose #E94AA0
RGB
CMYK
RGB Variations
Color information
#E94AA0 (or 0xE94AA0) is known color: Brilliant Rose. HEX triplet: E9, 4A and A0. RGB value is (233,74,160). Sum of RGB (Red+Green+Blue) = 233+74+160=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94AA0 is #16B55F. Grayscale: #838383. Windows color (decimal): -1488224 or 10504937. OLE color: 10504937.
HSL color Cylindrical-coordinate representation of color #E94AA0: hue angle of 327.55º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94AA0 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 160 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.09 |
| HSL | 327.55º | 0.78% | 0.6% | - |
| HSV(B) | 327.55º | 0.68% | 0.91% | - |
| XYZ | 42.4 | 24.76 | 35.8 | - |
| YUV | 131.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 160 | 0 | 0.68 | 0.31 | 0.09 | 327.55 | 0.78 | 0.6 |
| Hex | E9 | 4A | A0 | 0 | 44 | 1F | 9 | 148 | 4E | 3C |
| Octal | 351 | 112 | 240 | 0 | 104 | 37 | 11 | 510 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10100000 | 0 | 1000100 | 11111 | 1001 | 101001000 | 1001110 | 111100 |
Color Harmonies of #E94AA0
Complementary color
Monochromatic Colors of #E94AA0
Black with #E94AA0
Text Example
Text Example
White with #E94AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AA0; }
p { color: rgb(233,74,160); }
H1.HeaderClassName
{
color: #E94AA0;
}
.AnyTagClassName
{
color: #E94AA0;
}
</style>
background-color css
<style>
a { background-color: #E94AA0; }
a { background-color: rgb(233,74,160); }
div.DivClassName
{
background-color: #E94AA0;
}
.BgClassName
{
background-color: #E94AA0;
}
</style>
border-color css
<style>
span { border-color: #E94AA0; }
span { border-color: rgb(233,74,160); }
td.TdClassName
{
border-color: #E94AA0;
}
.TagClassName
{
border-color: #E94AA0;
}
</style>