Shades of Brilliant Rose #E85FAA
Tints of Brilliant Rose #E85FAA
RGB
CMYK
RGB Variations
Color information
#E85FAA (or 0xE85FAA) is known color: Brilliant Rose. HEX triplet: E8, 5F and AA. RGB value is (232,95,170). Sum of RGB (Red+Green+Blue) = 232+95+170=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85FAA is #17A055. Grayscale: #909090. Windows color (decimal): -1548374 or 11165672. OLE color: 11165672.
HSL color Cylindrical-coordinate representation of color #E85FAA: hue angle of 327.15º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FAA is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 170 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.09 |
| HSL | 327.15º | 0.75% | 0.64% | - |
| HSV(B) | 327.15º | 0.59% | 0.91% | - |
| XYZ | 44.63 | 28.24 | 41.13 | - |
| YUV | 144.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 170 | 0 | 0.59 | 0.27 | 0.09 | 327.15 | 0.75 | 0.64 |
| Hex | E8 | 5F | AA | 0 | 3B | 1B | 9 | 147 | 4B | 40 |
| Octal | 350 | 137 | 252 | 0 | 73 | 33 | 11 | 507 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10101010 | 0 | 111011 | 11011 | 1001 | 101000111 | 1001011 | 1000000 |
Color Harmonies of #E85FAA
Complementary color
Monochromatic Colors of #E85FAA
Black with #E85FAA
Text Example
Text Example
White with #E85FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FAA; }
p { color: rgb(232,95,170); }
H1.HeaderClassName
{
color: #E85FAA;
}
.AnyTagClassName
{
color: #E85FAA;
}
</style>
background-color css
<style>
a { background-color: #E85FAA; }
a { background-color: rgb(232,95,170); }
div.DivClassName
{
background-color: #E85FAA;
}
.BgClassName
{
background-color: #E85FAA;
}
</style>
border-color css
<style>
span { border-color: #E85FAA; }
span { border-color: rgb(232,95,170); }
td.TdClassName
{
border-color: #E85FAA;
}
.TagClassName
{
border-color: #E85FAA;
}
</style>