Shades of Brilliant Rose #E94CAC
Tints of Brilliant Rose #E94CAC
RGB
CMYK
RGB Variations
Color information
#E94CAC (or 0xE94CAC) is known color: Brilliant Rose. HEX triplet: E9, 4C and AC. RGB value is (233,76,172). Sum of RGB (Red+Green+Blue) = 233+76+172=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94CAC is #16B353. Grayscale: #858585. Windows color (decimal): -1487700 or 11291881. OLE color: 11291881.
HSL color Cylindrical-coordinate representation of color #E94CAC: hue angle of 323.31º 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 #E94CAC is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 172 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.09 |
| HSL | 323.31º | 0.78% | 0.61% | - |
| HSV(B) | 323.31º | 0.67% | 0.91% | - |
| XYZ | 43.64 | 25.47 | 41.65 | - |
| YUV | 133.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 172 | 0 | 0.67 | 0.26 | 0.09 | 323.31 | 0.78 | 0.61 |
| Hex | E9 | 4C | AC | 0 | 43 | 1A | 9 | 143 | 4E | 3D |
| Octal | 351 | 114 | 254 | 0 | 103 | 32 | 11 | 503 | 116 | 75 |
| Binary | 11101001 | 1001100 | 10101100 | 0 | 1000011 | 11010 | 1001 | 101000011 | 1001110 | 111101 |
Color Harmonies of #E94CAC
Complementary color
Monochromatic Colors of #E94CAC
Black with #E94CAC
Text Example
Text Example
White with #E94CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CAC; }
p { color: rgb(233,76,172); }
H1.HeaderClassName
{
color: #E94CAC;
}
.AnyTagClassName
{
color: #E94CAC;
}
</style>
background-color css
<style>
a { background-color: #E94CAC; }
a { background-color: rgb(233,76,172); }
div.DivClassName
{
background-color: #E94CAC;
}
.BgClassName
{
background-color: #E94CAC;
}
</style>
border-color css
<style>
span { border-color: #E94CAC; }
span { border-color: rgb(233,76,172); }
td.TdClassName
{
border-color: #E94CAC;
}
.TagClassName
{
border-color: #E94CAC;
}
</style>