Shades of Brilliant Rose #E94BA8
Tints of Brilliant Rose #E94BA8
RGB
CMYK
RGB Variations
Color information
#E94BA8 (or 0xE94BA8) is known color: Brilliant Rose. HEX triplet: E9, 4B and A8. RGB value is (233,75,168). Sum of RGB (Red+Green+Blue) = 233+75+168=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94BA8 is #16B457. Grayscale: #848484. Windows color (decimal): -1487960 or 11029481. OLE color: 11029481.
HSL color Cylindrical-coordinate representation of color #E94BA8: hue angle of 324.68º 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 #E94BA8 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 168 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.09 |
| HSL | 324.68º | 0.78% | 0.6% | - |
| HSV(B) | 324.68º | 0.68% | 0.91% | - |
| XYZ | 43.19 | 25.18 | 39.63 | - |
| YUV | 132.84 | 147.85 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 168 | 0 | 0.68 | 0.28 | 0.09 | 324.68 | 0.78 | 0.6 |
| Hex | E9 | 4B | A8 | 0 | 44 | 1C | 9 | 145 | 4E | 3C |
| Octal | 351 | 113 | 250 | 0 | 104 | 34 | 11 | 505 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10101000 | 0 | 1000100 | 11100 | 1001 | 101000101 | 1001110 | 111100 |
Color Harmonies of #E94BA8
Complementary color
Monochromatic Colors of #E94BA8
Black with #E94BA8
Text Example
Text Example
White with #E94BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BA8; }
p { color: rgb(233,75,168); }
H1.HeaderClassName
{
color: #E94BA8;
}
.AnyTagClassName
{
color: #E94BA8;
}
</style>
background-color css
<style>
a { background-color: #E94BA8; }
a { background-color: rgb(233,75,168); }
div.DivClassName
{
background-color: #E94BA8;
}
.BgClassName
{
background-color: #E94BA8;
}
</style>
border-color css
<style>
span { border-color: #E94BA8; }
span { border-color: rgb(233,75,168); }
td.TdClassName
{
border-color: #E94BA8;
}
.TagClassName
{
border-color: #E94BA8;
}
</style>