Shades of Brilliant Rose #E84DAF
Tints of Brilliant Rose #E84DAF
RGB
CMYK
RGB Variations
Color information
#E84DAF (or 0xE84DAF) is known color: Brilliant Rose. HEX triplet: E8, 4D and AF. RGB value is (232,77,175). Sum of RGB (Red+Green+Blue) = 232+77+175=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E84DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84DAF is #17B250. Grayscale: #868686. Windows color (decimal): -1552977 or 11488744. OLE color: 11488744.
HSL color Cylindrical-coordinate representation of color #E84DAF: hue angle of 322.06º degrees, saturation: 0.77, 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 #E84DAF is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 175 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.09 |
| HSL | 322.06º | 0.77% | 0.61% | - |
| HSV(B) | 322.06º | 0.67% | 0.91% | - |
| XYZ | 43.67 | 25.56 | 43.19 | - |
| YUV | 134.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 175 | 0 | 0.67 | 0.25 | 0.09 | 322.06 | 0.77 | 0.61 |
| Hex | E8 | 4D | AF | 0 | 43 | 19 | 9 | 142 | 4D | 3D |
| Octal | 350 | 115 | 257 | 0 | 103 | 31 | 11 | 502 | 115 | 75 |
| Binary | 11101000 | 1001101 | 10101111 | 0 | 1000011 | 11001 | 1001 | 101000010 | 1001101 | 111101 |
Color Harmonies of #E84DAF
Complementary color
Monochromatic Colors of #E84DAF
Black with #E84DAF
Text Example
Text Example
White with #E84DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84DAF; }
p { color: rgb(232,77,175); }
H1.HeaderClassName
{
color: #E84DAF;
}
.AnyTagClassName
{
color: #E84DAF;
}
</style>
background-color css
<style>
a { background-color: #E84DAF; }
a { background-color: rgb(232,77,175); }
div.DivClassName
{
background-color: #E84DAF;
}
.BgClassName
{
background-color: #E84DAF;
}
</style>
border-color css
<style>
span { border-color: #E84DAF; }
span { border-color: rgb(232,77,175); }
td.TdClassName
{
border-color: #E84DAF;
}
.TagClassName
{
border-color: #E84DAF;
}
</style>