Shades of Brilliant Rose #E94AA3
Tints of Brilliant Rose #E94AA3
RGB
CMYK
RGB Variations
Color information
#E94AA3 (or 0xE94AA3) is known color: Brilliant Rose. HEX triplet: E9, 4A and A3. RGB value is (233,74,163). Sum of RGB (Red+Green+Blue) = 233+74+163=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94AA3 is #16B55C. Grayscale: #838383. Windows color (decimal): -1488221 or 10701545. OLE color: 10701545.
HSL color Cylindrical-coordinate representation of color #E94AA3: hue angle of 326.42º 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 #E94AA3 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 163 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.09 |
| HSL | 326.42º | 0.78% | 0.6% | - |
| HSV(B) | 326.42º | 0.68% | 0.91% | - |
| XYZ | 42.66 | 24.87 | 37.2 | - |
| YUV | 131.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 163 | 0 | 0.68 | 0.30 | 0.09 | 326.42 | 0.78 | 0.6 |
| Hex | E9 | 4A | A3 | 0 | 44 | 1E | 9 | 146 | 4E | 3C |
| Octal | 351 | 112 | 243 | 0 | 104 | 36 | 11 | 506 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10100011 | 0 | 1000100 | 11110 | 1001 | 101000110 | 1001110 | 111100 |
Color Harmonies of #E94AA3
Complementary color
Monochromatic Colors of #E94AA3
Black with #E94AA3
Text Example
Text Example
White with #E94AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AA3; }
p { color: rgb(233,74,163); }
H1.HeaderClassName
{
color: #E94AA3;
}
.AnyTagClassName
{
color: #E94AA3;
}
</style>
background-color css
<style>
a { background-color: #E94AA3; }
a { background-color: rgb(233,74,163); }
div.DivClassName
{
background-color: #E94AA3;
}
.BgClassName
{
background-color: #E94AA3;
}
</style>
border-color css
<style>
span { border-color: #E94AA3; }
span { border-color: rgb(233,74,163); }
td.TdClassName
{
border-color: #E94AA3;
}
.TagClassName
{
border-color: #E94AA3;
}
</style>