Shades of Brilliant Rose #E858A9
Tints of Brilliant Rose #E858A9
RGB
CMYK
RGB Variations
Color information
#E858A9 (or 0xE858A9) is known color: Brilliant Rose. HEX triplet: E8, 58 and A9. RGB value is (232,88,169). Sum of RGB (Red+Green+Blue) = 232+88+169=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E858A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E858A9 is #17A756. Grayscale: #8C8C8C. Windows color (decimal): -1550167 or 11098344. OLE color: 11098344.
HSL color Cylindrical-coordinate representation of color #E858A9: hue angle of 326.25º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E858A9 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 169 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.09 |
| HSL | 326.25º | 0.76% | 0.63% | - |
| HSV(B) | 326.25º | 0.62% | 0.91% | - |
| XYZ | 43.93 | 27 | 40.43 | - |
| YUV | 140.29 | 144.21 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 169 | 0 | 0.62 | 0.27 | 0.09 | 326.25 | 0.76 | 0.63 |
| Hex | E8 | 58 | A9 | 0 | 3E | 1B | 9 | 146 | 4C | 3F |
| Octal | 350 | 130 | 251 | 0 | 76 | 33 | 11 | 506 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10101001 | 0 | 111110 | 11011 | 1001 | 101000110 | 1001100 | 111111 |
Color Harmonies of #E858A9
Complementary color
Monochromatic Colors of #E858A9
Black with #E858A9
Text Example
Text Example
White with #E858A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858A9; }
p { color: rgb(232,88,169); }
H1.HeaderClassName
{
color: #E858A9;
}
.AnyTagClassName
{
color: #E858A9;
}
</style>
background-color css
<style>
a { background-color: #E858A9; }
a { background-color: rgb(232,88,169); }
div.DivClassName
{
background-color: #E858A9;
}
.BgClassName
{
background-color: #E858A9;
}
</style>
border-color css
<style>
span { border-color: #E858A9; }
span { border-color: rgb(232,88,169); }
td.TdClassName
{
border-color: #E858A9;
}
.TagClassName
{
border-color: #E858A9;
}
</style>