Shades of Brilliant Rose #E94AA6
Tints of Brilliant Rose #E94AA6
RGB
CMYK
RGB Variations
Color information
#E94AA6 (or 0xE94AA6) is known color: Brilliant Rose. HEX triplet: E9, 4A and A6. RGB value is (233,74,166). Sum of RGB (Red+Green+Blue) = 233+74+166=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94AA6 is #16B559. Grayscale: #838383. Windows color (decimal): -1488218 or 10898153. OLE color: 10898153.
HSL color Cylindrical-coordinate representation of color #E94AA6: hue angle of 325.28º 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 #E94AA6 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 166 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.09 |
| HSL | 325.28º | 0.78% | 0.6% | - |
| HSV(B) | 325.28º | 0.68% | 0.91% | - |
| XYZ | 42.94 | 24.97 | 38.63 | - |
| YUV | 132.03 | 147.18 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 166 | 0 | 0.68 | 0.29 | 0.09 | 325.28 | 0.78 | 0.6 |
| Hex | E9 | 4A | A6 | 0 | 44 | 1D | 9 | 145 | 4E | 3C |
| Octal | 351 | 112 | 246 | 0 | 104 | 35 | 11 | 505 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10100110 | 0 | 1000100 | 11101 | 1001 | 101000101 | 1001110 | 111100 |
Color Harmonies of #E94AA6
Complementary color
Monochromatic Colors of #E94AA6
Black with #E94AA6
Text Example
Text Example
White with #E94AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AA6; }
p { color: rgb(233,74,166); }
H1.HeaderClassName
{
color: #E94AA6;
}
.AnyTagClassName
{
color: #E94AA6;
}
</style>
background-color css
<style>
a { background-color: #E94AA6; }
a { background-color: rgb(233,74,166); }
div.DivClassName
{
background-color: #E94AA6;
}
.BgClassName
{
background-color: #E94AA6;
}
</style>
border-color css
<style>
span { border-color: #E94AA6; }
span { border-color: rgb(233,74,166); }
td.TdClassName
{
border-color: #E94AA6;
}
.TagClassName
{
border-color: #E94AA6;
}
</style>