Shades of Brilliant Rose #E94BAE
Tints of Brilliant Rose #E94BAE
RGB
CMYK
RGB Variations
Color information
#E94BAE (or 0xE94BAE) is known color: Brilliant Rose. HEX triplet: E9, 4B and AE. RGB value is (233,75,174). Sum of RGB (Red+Green+Blue) = 233+75+174=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94BAE is #16B451. Grayscale: #858585. Windows color (decimal): -1487954 or 11422697. OLE color: 11422697.
HSL color Cylindrical-coordinate representation of color #E94BAE: hue angle of 322.41º 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 #E94BAE is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 174 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.09 |
| HSL | 322.41º | 0.78% | 0.6% | - |
| HSV(B) | 322.41º | 0.68% | 0.91% | - |
| XYZ | 43.76 | 25.41 | 42.64 | - |
| YUV | 133.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 174 | 0 | 0.68 | 0.25 | 0.09 | 322.41 | 0.78 | 0.6 |
| Hex | E9 | 4B | AE | 0 | 44 | 19 | 9 | 142 | 4E | 3C |
| Octal | 351 | 113 | 256 | 0 | 104 | 31 | 11 | 502 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10101110 | 0 | 1000100 | 11001 | 1001 | 101000010 | 1001110 | 111100 |
Color Harmonies of #E94BAE
Complementary color
Monochromatic Colors of #E94BAE
Black with #E94BAE
Text Example
Text Example
White with #E94BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BAE; }
p { color: rgb(233,75,174); }
H1.HeaderClassName
{
color: #E94BAE;
}
.AnyTagClassName
{
color: #E94BAE;
}
</style>
background-color css
<style>
a { background-color: #E94BAE; }
a { background-color: rgb(233,75,174); }
div.DivClassName
{
background-color: #E94BAE;
}
.BgClassName
{
background-color: #E94BAE;
}
</style>
border-color css
<style>
span { border-color: #E94BAE; }
span { border-color: rgb(233,75,174); }
td.TdClassName
{
border-color: #E94BAE;
}
.TagClassName
{
border-color: #E94BAE;
}
</style>