Shades of Brilliant Rose #E94BAC
Tints of Brilliant Rose #E94BAC
RGB
CMYK
RGB Variations
Color information
#E94BAC (or 0xE94BAC) is known color: Brilliant Rose. HEX triplet: E9, 4B and AC. RGB value is (233,75,172). Sum of RGB (Red+Green+Blue) = 233+75+172=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E94BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94BAC is #16B453. Grayscale: #858585. Windows color (decimal): -1487956 or 11291625. OLE color: 11291625.
HSL color Cylindrical-coordinate representation of color #E94BAC: hue angle of 323.16º 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 #E94BAC is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 172 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.09 |
| HSL | 323.16º | 0.78% | 0.6% | - |
| HSV(B) | 323.16º | 0.68% | 0.91% | - |
| XYZ | 43.57 | 25.33 | 41.62 | - |
| YUV | 133.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 172 | 0 | 0.68 | 0.26 | 0.09 | 323.16 | 0.78 | 0.6 |
| Hex | E9 | 4B | AC | 0 | 44 | 1A | 9 | 143 | 4E | 3C |
| Octal | 351 | 113 | 254 | 0 | 104 | 32 | 11 | 503 | 116 | 74 |
| Binary | 11101001 | 1001011 | 10101100 | 0 | 1000100 | 11010 | 1001 | 101000011 | 1001110 | 111100 |
Color Harmonies of #E94BAC
Complementary color
Monochromatic Colors of #E94BAC
Black with #E94BAC
Text Example
Text Example
White with #E94BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94BAC; }
p { color: rgb(233,75,172); }
H1.HeaderClassName
{
color: #E94BAC;
}
.AnyTagClassName
{
color: #E94BAC;
}
</style>
background-color css
<style>
a { background-color: #E94BAC; }
a { background-color: rgb(233,75,172); }
div.DivClassName
{
background-color: #E94BAC;
}
.BgClassName
{
background-color: #E94BAC;
}
</style>
border-color css
<style>
span { border-color: #E94BAC; }
span { border-color: rgb(233,75,172); }
td.TdClassName
{
border-color: #E94BAC;
}
.TagClassName
{
border-color: #E94BAC;
}
</style>