Shades of Brilliant Rose #E94BAA
Tints of Brilliant Rose #E94BAA
RGB
CMYK
RGB Variations
Color information
#E94BAA (or 0xE94BAA) is known color: Brilliant Rose. HEX triplet: E9, 4B and AA. RGB value is (233,75,170). Sum of RGB (Red+Green+Blue) = 233+75+170=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94BAA is #16B455. Grayscale: #848484. Windows color (decimal): -1487958 or 11160553. OLE color: 11160553.
HSL color Cylindrical-coordinate representation of color #E94BAA: hue angle of 323.92º 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 #E94BAA is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 170 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.09 |
| HSL | 323.92º | 0.78% | 0.6% | - |
| HSV(B) | 323.92º | 0.68% | 0.91% | - |
| XYZ | 43.38 | 25.26 | 40.62 | - |
| YUV | 133.07 | 148.85 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 170 | 0 | 0.68 | 0.27 | 0.09 | 323.92 | 0.78 | 0.6 |
| Hex | E9 | 4B | AA | 0 | 44 | 1B | 9 | 144 | 4E | 3C |
| Octal | 351 | 113 | 252 | 0 | 104 | 33 | 11 | 504 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10101010 | 0 | 1000100 | 11011 | 1001 | 101000100 | 1001110 | 111100 |
Color Harmonies of #E94BAA
Complementary color
Monochromatic Colors of #E94BAA
Black with #E94BAA
Text Example
Text Example
White with #E94BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BAA; }
p { color: rgb(233,75,170); }
H1.HeaderClassName
{
color: #E94BAA;
}
.AnyTagClassName
{
color: #E94BAA;
}
</style>
background-color css
<style>
a { background-color: #E94BAA; }
a { background-color: rgb(233,75,170); }
div.DivClassName
{
background-color: #E94BAA;
}
.BgClassName
{
background-color: #E94BAA;
}
</style>
border-color css
<style>
span { border-color: #E94BAA; }
span { border-color: rgb(233,75,170); }
td.TdClassName
{
border-color: #E94BAA;
}
.TagClassName
{
border-color: #E94BAA;
}
</style>