Shades of Brilliant Rose #E84CAC
Tints of Brilliant Rose #E84CAC
RGB
CMYK
RGB Variations
Color information
#E84CAC (or 0xE84CAC) is known color: Brilliant Rose. HEX triplet: E8, 4C and AC. RGB value is (232,76,172). Sum of RGB (Red+Green+Blue) = 232+76+172=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E84CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84CAC is #17B353. Grayscale: #858585. Windows color (decimal): -1553236 or 11291880. OLE color: 11291880.
HSL color Cylindrical-coordinate representation of color #E84CAC: hue angle of 323.08º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84CAC is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 172 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.09 |
| HSL | 323.08º | 0.77% | 0.6% | - |
| HSV(B) | 323.08º | 0.67% | 0.91% | - |
| XYZ | 43.31 | 25.3 | 41.63 | - |
| YUV | 133.59 | 149.68 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 172 | 0 | 0.67 | 0.26 | 0.09 | 323.08 | 0.77 | 0.6 |
| Hex | E8 | 4C | AC | 0 | 43 | 1A | 9 | 143 | 4D | 3C |
| Octal | 350 | 114 | 254 | 0 | 103 | 32 | 11 | 503 | 115 | 74 |
| Binary | 11101000 | 1001100 | 10101100 | 0 | 1000011 | 11010 | 1001 | 101000011 | 1001101 | 111100 |
Color Harmonies of #E84CAC
Complementary color
Monochromatic Colors of #E84CAC
Black with #E84CAC
Text Example
Text Example
White with #E84CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84CAC; }
p { color: rgb(232,76,172); }
H1.HeaderClassName
{
color: #E84CAC;
}
.AnyTagClassName
{
color: #E84CAC;
}
</style>
background-color css
<style>
a { background-color: #E84CAC; }
a { background-color: rgb(232,76,172); }
div.DivClassName
{
background-color: #E84CAC;
}
.BgClassName
{
background-color: #E84CAC;
}
</style>
border-color css
<style>
span { border-color: #E84CAC; }
span { border-color: rgb(232,76,172); }
td.TdClassName
{
border-color: #E84CAC;
}
.TagClassName
{
border-color: #E84CAC;
}
</style>