Shades of Brilliant Rose #E94AB5
Tints of Brilliant Rose #E94AB5
RGB
CMYK
RGB Variations
Color information
#E94AB5 (or 0xE94AB5) is known color: Brilliant Rose. HEX triplet: E9, 4A and B5. RGB value is (233,74,181). Sum of RGB (Red+Green+Blue) = 233+74+181=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94AB5 is #16B54A. Grayscale: #858585. Windows color (decimal): -1488203 or 11881193. OLE color: 11881193.
HSL color Cylindrical-coordinate representation of color #E94AB5: hue angle of 319.62º 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 #E94AB5 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 181 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.09 |
| HSL | 319.62º | 0.78% | 0.6% | - |
| HSV(B) | 319.62º | 0.68% | 0.91% | - |
| XYZ | 44.39 | 25.56 | 46.31 | - |
| YUV | 133.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 181 | 0 | 0.68 | 0.22 | 0.09 | 319.62 | 0.78 | 0.6 |
| Hex | E9 | 4A | B5 | 0 | 44 | 16 | 9 | 140 | 4E | 3C |
| Octal | 351 | 112 | 265 | 0 | 104 | 26 | 11 | 500 | 116 | 74 |
| Binary | 11101001 | 1001010 | 10110101 | 0 | 1000100 | 10110 | 1001 | 101000000 | 1001110 | 111100 |
Color Harmonies of #E94AB5
Complementary color
Monochromatic Colors of #E94AB5
Black with #E94AB5
Text Example
Text Example
White with #E94AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AB5; }
p { color: rgb(233,74,181); }
H1.HeaderClassName
{
color: #E94AB5;
}
.AnyTagClassName
{
color: #E94AB5;
}
</style>
background-color css
<style>
a { background-color: #E94AB5; }
a { background-color: rgb(233,74,181); }
div.DivClassName
{
background-color: #E94AB5;
}
.BgClassName
{
background-color: #E94AB5;
}
</style>
border-color css
<style>
span { border-color: #E94AB5; }
span { border-color: rgb(233,74,181); }
td.TdClassName
{
border-color: #E94AB5;
}
.TagClassName
{
border-color: #E94AB5;
}
</style>