Shades of Brilliant Rose #E85DAA
Tints of Brilliant Rose #E85DAA
RGB
CMYK
RGB Variations
Color information
#E85DAA (or 0xE85DAA) is known color: Brilliant Rose. HEX triplet: E8, 5D and AA. RGB value is (232,93,170). Sum of RGB (Red+Green+Blue) = 232+93+170=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAA is #17A255. Grayscale: #8F8F8F. Windows color (decimal): -1548886 or 11165160. OLE color: 11165160.
HSL color Cylindrical-coordinate representation of color #E85DAA: hue angle of 326.76º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DAA is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 170 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.09 |
| HSL | 326.76º | 0.75% | 0.64% | - |
| HSV(B) | 326.76º | 0.6% | 0.91% | - |
| XYZ | 44.45 | 27.89 | 41.07 | - |
| YUV | 143.34 | 143.05 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 170 | 0 | 0.60 | 0.27 | 0.09 | 326.76 | 0.75 | 0.64 |
| Hex | E8 | 5D | AA | 0 | 3C | 1B | 9 | 147 | 4B | 40 |
| Octal | 350 | 135 | 252 | 0 | 74 | 33 | 11 | 507 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10101010 | 0 | 111100 | 11011 | 1001 | 101000111 | 1001011 | 1000000 |
Color Harmonies of #E85DAA
Complementary color
Monochromatic Colors of #E85DAA
Black with #E85DAA
Text Example
Text Example
White with #E85DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DAA; }
p { color: rgb(232,93,170); }
H1.HeaderClassName
{
color: #E85DAA;
}
.AnyTagClassName
{
color: #E85DAA;
}
</style>
background-color css
<style>
a { background-color: #E85DAA; }
a { background-color: rgb(232,93,170); }
div.DivClassName
{
background-color: #E85DAA;
}
.BgClassName
{
background-color: #E85DAA;
}
</style>
border-color css
<style>
span { border-color: #E85DAA; }
span { border-color: rgb(232,93,170); }
td.TdClassName
{
border-color: #E85DAA;
}
.TagClassName
{
border-color: #E85DAA;
}
</style>