Shades of Brilliant Rose #E94B9F
Tints of Brilliant Rose #E94B9F
RGB
CMYK
RGB Variations
Color information
#E94B9F (or 0xE94B9F) is known color: Brilliant Rose. HEX triplet: E9, 4B and 9F. RGB value is (233,75,159). Sum of RGB (Red+Green+Blue) = 233+75+159=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94B9F is #16B460. Grayscale: #838383. Windows color (decimal): -1487969 or 10439657. OLE color: 10439657.
HSL color Cylindrical-coordinate representation of color #E94B9F: hue angle of 328.1º 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 #E94B9F is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 159 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.09 |
| HSL | 328.1º | 0.78% | 0.6% | - |
| HSV(B) | 328.1º | 0.68% | 0.91% | - |
| XYZ | 42.38 | 24.86 | 35.37 | - |
| YUV | 131.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 159 | 0 | 0.68 | 0.32 | 0.09 | 328.1 | 0.78 | 0.6 |
| Hex | E9 | 4B | 9F | 0 | 44 | 20 | 9 | 148 | 4E | 3C |
| Octal | 351 | 113 | 237 | 0 | 104 | 40 | 11 | 510 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10011111 | 0 | 1000100 | 100000 | 1001 | 101001000 | 1001110 | 111100 |
Color Harmonies of #E94B9F
Complementary color
Monochromatic Colors of #E94B9F
Black with #E94B9F
Text Example
Text Example
White with #E94B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B9F; }
p { color: rgb(233,75,159); }
H1.HeaderClassName
{
color: #E94B9F;
}
.AnyTagClassName
{
color: #E94B9F;
}
</style>
background-color css
<style>
a { background-color: #E94B9F; }
a { background-color: rgb(233,75,159); }
div.DivClassName
{
background-color: #E94B9F;
}
.BgClassName
{
background-color: #E94B9F;
}
</style>
border-color css
<style>
span { border-color: #E94B9F; }
span { border-color: rgb(233,75,159); }
td.TdClassName
{
border-color: #E94B9F;
}
.TagClassName
{
border-color: #E94B9F;
}
</style>