Shades of Brilliant Rose #E85DAB
Tints of Brilliant Rose #E85DAB
RGB
CMYK
RGB Variations
Color information
#E85DAB (or 0xE85DAB) is known color: Brilliant Rose. HEX triplet: E8, 5D and AB. RGB value is (232,93,171). Sum of RGB (Red+Green+Blue) = 232+93+171=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAB is #17A254. Grayscale: #8F8F8F. Windows color (decimal): -1548885 or 11230696. OLE color: 11230696.
HSL color Cylindrical-coordinate representation of color #E85DAB: hue angle of 326.33º 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 #E85DAB is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 171 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.09 |
| HSL | 326.33º | 0.75% | 0.64% | - |
| HSV(B) | 326.33º | 0.6% | 0.91% | - |
| XYZ | 44.54 | 27.92 | 41.57 | - |
| YUV | 143.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 171 | 0 | 0.60 | 0.26 | 0.09 | 326.33 | 0.75 | 0.64 |
| Hex | E8 | 5D | AB | 0 | 3C | 1A | 9 | 146 | 4B | 40 |
| Octal | 350 | 135 | 253 | 0 | 74 | 32 | 11 | 506 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10101011 | 0 | 111100 | 11010 | 1001 | 101000110 | 1001011 | 1000000 |
Color Harmonies of #E85DAB
Complementary color
Monochromatic Colors of #E85DAB
Black with #E85DAB
Text Example
Text Example
White with #E85DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DAB; }
p { color: rgb(232,93,171); }
H1.HeaderClassName
{
color: #E85DAB;
}
.AnyTagClassName
{
color: #E85DAB;
}
</style>
background-color css
<style>
a { background-color: #E85DAB; }
a { background-color: rgb(232,93,171); }
div.DivClassName
{
background-color: #E85DAB;
}
.BgClassName
{
background-color: #E85DAB;
}
</style>
border-color css
<style>
span { border-color: #E85DAB; }
span { border-color: rgb(232,93,171); }
td.TdClassName
{
border-color: #E85DAB;
}
.TagClassName
{
border-color: #E85DAB;
}
</style>