Shades of Brilliant Rose #E84AAD
Tints of Brilliant Rose #E84AAD
RGB
CMYK
RGB Variations
Color information
#E84AAD (or 0xE84AAD) is known color: Brilliant Rose. HEX triplet: E8, 4A and AD. RGB value is (232,74,173). Sum of RGB (Red+Green+Blue) = 232+74+173=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E84AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84AAD is #17B552. Grayscale: #848484. Windows color (decimal): -1553747 or 11356904. OLE color: 11356904.
HSL color Cylindrical-coordinate representation of color #E84AAD: hue angle of 322.41º degrees, saturation: 0.77, 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 #E84AAD is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 173 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.09 |
| HSL | 322.41º | 0.77% | 0.6% | - |
| HSV(B) | 322.41º | 0.68% | 0.91% | - |
| XYZ | 43.27 | 25.07 | 42.09 | - |
| YUV | 132.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 173 | 0 | 0.68 | 0.25 | 0.09 | 322.41 | 0.77 | 0.6 |
| Hex | E8 | 4A | AD | 0 | 44 | 19 | 9 | 142 | 4D | 3C |
| Octal | 350 | 112 | 255 | 0 | 104 | 31 | 11 | 502 | 115 | 74 |
| Binary | 11101000 | 1001010 | 10101101 | 0 | 1000100 | 11001 | 1001 | 101000010 | 1001101 | 111100 |
Color Harmonies of #E84AAD
Complementary color
Monochromatic Colors of #E84AAD
Black with #E84AAD
Text Example
Text Example
White with #E84AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84AAD; }
p { color: rgb(232,74,173); }
H1.HeaderClassName
{
color: #E84AAD;
}
.AnyTagClassName
{
color: #E84AAD;
}
</style>
background-color css
<style>
a { background-color: #E84AAD; }
a { background-color: rgb(232,74,173); }
div.DivClassName
{
background-color: #E84AAD;
}
.BgClassName
{
background-color: #E84AAD;
}
</style>
border-color css
<style>
span { border-color: #E84AAD; }
span { border-color: rgb(232,74,173); }
td.TdClassName
{
border-color: #E84AAD;
}
.TagClassName
{
border-color: #E84AAD;
}
</style>