Shades of Brilliant Rose #E94BA5
Tints of Brilliant Rose #E94BA5
RGB
CMYK
RGB Variations
Color information
#E94BA5 (or 0xE94BA5) is known color: Brilliant Rose. HEX triplet: E9, 4B and A5. RGB value is (233,75,165). Sum of RGB (Red+Green+Blue) = 233+75+165=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94BA5 is #16B45A. Grayscale: #848484. Windows color (decimal): -1487963 or 10832873. OLE color: 10832873.
HSL color Cylindrical-coordinate representation of color #E94BA5: hue angle of 325.82º 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 #E94BA5 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 165 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.09 |
| HSL | 325.82º | 0.78% | 0.6% | - |
| HSV(B) | 325.82º | 0.68% | 0.91% | - |
| XYZ | 42.91 | 25.07 | 38.18 | - |
| YUV | 132.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 165 | 0 | 0.68 | 0.29 | 0.09 | 325.82 | 0.78 | 0.6 |
| Hex | E9 | 4B | A5 | 0 | 44 | 1D | 9 | 146 | 4E | 3C |
| Octal | 351 | 113 | 245 | 0 | 104 | 35 | 11 | 506 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10100101 | 0 | 1000100 | 11101 | 1001 | 101000110 | 1001110 | 111100 |
Color Harmonies of #E94BA5
Complementary color
Monochromatic Colors of #E94BA5
Black with #E94BA5
Text Example
Text Example
White with #E94BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BA5; }
p { color: rgb(233,75,165); }
H1.HeaderClassName
{
color: #E94BA5;
}
.AnyTagClassName
{
color: #E94BA5;
}
</style>
background-color css
<style>
a { background-color: #E94BA5; }
a { background-color: rgb(233,75,165); }
div.DivClassName
{
background-color: #E94BA5;
}
.BgClassName
{
background-color: #E94BA5;
}
</style>
border-color css
<style>
span { border-color: #E94BA5; }
span { border-color: rgb(233,75,165); }
td.TdClassName
{
border-color: #E94BA5;
}
.TagClassName
{
border-color: #E94BA5;
}
</style>