Shades of Brilliant Rose #E858AB
Tints of Brilliant Rose #E858AB
RGB
CMYK
RGB Variations
Color information
#E858AB (or 0xE858AB) is known color: Brilliant Rose. HEX triplet: E8, 58 and AB. RGB value is (232,88,171). Sum of RGB (Red+Green+Blue) = 232+88+171=491 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.25% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 232 - color contains mainly: red. Hex color #E858AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E858AB is #17A754. Grayscale: #8C8C8C. Windows color (decimal): -1550165 or 11229416. OLE color: 11229416.
HSL color Cylindrical-coordinate representation of color #E858AB: hue angle of 325.42º 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 #E858AB is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 171 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.09 |
| HSL | 325.42º | 0.76% | 0.63% | - |
| HSV(B) | 325.42º | 0.62% | 0.91% | - |
| XYZ | 44.12 | 27.08 | 41.43 | - |
| YUV | 140.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 171 | 0 | 0.62 | 0.26 | 0.09 | 325.42 | 0.76 | 0.63 |
| Hex | E8 | 58 | AB | 0 | 3E | 1A | 9 | 145 | 4C | 3F |
| Octal | 350 | 130 | 253 | 0 | 76 | 32 | 11 | 505 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10101011 | 0 | 111110 | 11010 | 1001 | 101000101 | 1001100 | 111111 |
Color Harmonies of #E858AB
Complementary color
Monochromatic Colors of #E858AB
Black with #E858AB
Text Example
Text Example
White with #E858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E858AB; }
p { color: rgb(232,88,171); }
H1.HeaderClassName
{
color: #E858AB;
}
.AnyTagClassName
{
color: #E858AB;
}
</style>
background-color css
<style>
a { background-color: #E858AB; }
a { background-color: rgb(232,88,171); }
div.DivClassName
{
background-color: #E858AB;
}
.BgClassName
{
background-color: #E858AB;
}
</style>
border-color css
<style>
span { border-color: #E858AB; }
span { border-color: rgb(232,88,171); }
td.TdClassName
{
border-color: #E858AB;
}
.TagClassName
{
border-color: #E858AB;
}
</style>