Shades of Brilliant Rose #E94C9D
Tints of Brilliant Rose #E94C9D
RGB
CMYK
RGB Variations
Color information
#E94C9D (or 0xE94C9D) is known color: Brilliant Rose. HEX triplet: E9, 4C and 9D. RGB value is (233,76,157). Sum of RGB (Red+Green+Blue) = 233+76+157=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94C9D is #16B362. Grayscale: #848484. Windows color (decimal): -1487715 or 10308841. OLE color: 10308841.
HSL color Cylindrical-coordinate representation of color #E94C9D: hue angle of 329.04º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94C9D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 157 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.09 |
| HSL | 329.04º | 0.78% | 0.61% | - |
| HSV(B) | 329.04º | 0.67% | 0.91% | - |
| XYZ | 42.27 | 24.93 | 34.48 | - |
| YUV | 132.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 157 | 0 | 0.67 | 0.33 | 0.09 | 329.04 | 0.78 | 0.61 |
| Hex | E9 | 4C | 9D | 0 | 43 | 21 | 9 | 149 | 4E | 3D |
| Octal | 351 | 114 | 235 | 0 | 103 | 41 | 11 | 511 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10011101 | 0 | 1000011 | 100001 | 1001 | 101001001 | 1001110 | 111101 |
Color Harmonies of #E94C9D
Complementary color
Monochromatic Colors of #E94C9D
Black with #E94C9D
Text Example
Text Example
White with #E94C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C9D; }
p { color: rgb(233,76,157); }
H1.HeaderClassName
{
color: #E94C9D;
}
.AnyTagClassName
{
color: #E94C9D;
}
</style>
background-color css
<style>
a { background-color: #E94C9D; }
a { background-color: rgb(233,76,157); }
div.DivClassName
{
background-color: #E94C9D;
}
.BgClassName
{
background-color: #E94C9D;
}
</style>
border-color css
<style>
span { border-color: #E94C9D; }
span { border-color: rgb(233,76,157); }
td.TdClassName
{
border-color: #E94C9D;
}
.TagClassName
{
border-color: #E94C9D;
}
</style>