Shades of Brilliant Rose #E84EAC
Tints of Brilliant Rose #E84EAC
RGB
CMYK
RGB Variations
Color information
#E84EAC (or 0xE84EAC) is known color: Brilliant Rose. HEX triplet: E8, 4E and AC. RGB value is (232,78,172). Sum of RGB (Red+Green+Blue) = 232+78+172=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E84EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84EAC is #17B153. Grayscale: #868686. Windows color (decimal): -1552724 or 11292392. OLE color: 11292392.
HSL color Cylindrical-coordinate representation of color #E84EAC: hue angle of 323.38º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E84EAC is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 172 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.09 |
| HSL | 323.38º | 0.77% | 0.61% | - |
| HSV(B) | 323.38º | 0.66% | 0.91% | - |
| XYZ | 43.45 | 25.58 | 41.68 | - |
| YUV | 134.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 172 | 0 | 0.66 | 0.26 | 0.09 | 323.38 | 0.77 | 0.61 |
| Hex | E8 | 4E | AC | 0 | 42 | 1A | 9 | 143 | 4D | 3D |
| Octal | 350 | 116 | 254 | 0 | 102 | 32 | 11 | 503 | 115 | 75 |
| Binary | 11101000 | 1001110 | 10101100 | 0 | 1000010 | 11010 | 1001 | 101000011 | 1001101 | 111101 |
Color Harmonies of #E84EAC
Complementary color
Monochromatic Colors of #E84EAC
Black with #E84EAC
Text Example
Text Example
White with #E84EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84EAC; }
p { color: rgb(232,78,172); }
H1.HeaderClassName
{
color: #E84EAC;
}
.AnyTagClassName
{
color: #E84EAC;
}
</style>
background-color css
<style>
a { background-color: #E84EAC; }
a { background-color: rgb(232,78,172); }
div.DivClassName
{
background-color: #E84EAC;
}
.BgClassName
{
background-color: #E84EAC;
}
</style>
border-color css
<style>
span { border-color: #E84EAC; }
span { border-color: rgb(232,78,172); }
td.TdClassName
{
border-color: #E84EAC;
}
.TagClassName
{
border-color: #E84EAC;
}
</style>