Shades of Brilliant Rose #E85C99
Tints of Brilliant Rose #E85C99
RGB
CMYK
RGB Variations
Color information
#E85C99 (or 0xE85C99) is known color: Brilliant Rose. HEX triplet: E8, 5C and 99. RGB value is (232,92,153). Sum of RGB (Red+Green+Blue) = 232+92+153=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C99 is #17A366. Grayscale: #8C8C8C. Windows color (decimal): -1549159 or 10050792. OLE color: 10050792.
HSL color Cylindrical-coordinate representation of color #E85C99: hue angle of 333.86º 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 #E85C99 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 153 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.09 |
| HSL | 333.86º | 0.75% | 0.64% | - |
| HSV(B) | 333.86º | 0.6% | 0.91% | - |
| XYZ | 42.86 | 27.11 | 33.11 | - |
| YUV | 140.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 153 | 0 | 0.60 | 0.34 | 0.09 | 333.86 | 0.75 | 0.64 |
| Hex | E8 | 5C | 99 | 0 | 3C | 22 | 9 | 14E | 4B | 40 |
| Octal | 350 | 134 | 231 | 0 | 74 | 42 | 11 | 516 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10011001 | 0 | 111100 | 100010 | 1001 | 101001110 | 1001011 | 1000000 |
Color Harmonies of #E85C99
Complementary color
Monochromatic Colors of #E85C99
Black with #E85C99
Text Example
Text Example
White with #E85C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C99; }
p { color: rgb(232,92,153); }
H1.HeaderClassName
{
color: #E85C99;
}
.AnyTagClassName
{
color: #E85C99;
}
</style>
background-color css
<style>
a { background-color: #E85C99; }
a { background-color: rgb(232,92,153); }
div.DivClassName
{
background-color: #E85C99;
}
.BgClassName
{
background-color: #E85C99;
}
</style>
border-color css
<style>
span { border-color: #E85C99; }
span { border-color: rgb(232,92,153); }
td.TdClassName
{
border-color: #E85C99;
}
.TagClassName
{
border-color: #E85C99;
}
</style>