Shades of Brilliant Rose #E855AB
Tints of Brilliant Rose #E855AB
RGB
CMYK
RGB Variations
Color information
#E855AB (or 0xE855AB) is known color: Brilliant Rose. HEX triplet: E8, 55 and AB. RGB value is (232,85,171). Sum of RGB (Red+Green+Blue) = 232+85+171=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E855AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E855AB is #17AA54. Grayscale: #8A8A8A. Windows color (decimal): -1550933 or 11228648. OLE color: 11228648.
HSL color Cylindrical-coordinate representation of color #E855AB: hue angle of 324.9º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E855AB is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 171 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.09 |
| HSL | 324.9º | 0.76% | 0.62% | - |
| HSV(B) | 324.9º | 0.63% | 0.91% | - |
| XYZ | 43.88 | 26.59 | 41.35 | - |
| YUV | 138.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 171 | 0 | 0.63 | 0.26 | 0.09 | 324.9 | 0.76 | 0.62 |
| Hex | E8 | 55 | AB | 0 | 3F | 1A | 9 | 145 | 4C | 3E |
| Octal | 350 | 125 | 253 | 0 | 77 | 32 | 11 | 505 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10101011 | 0 | 111111 | 11010 | 1001 | 101000101 | 1001100 | 111110 |
Color Harmonies of #E855AB
Complementary color
Monochromatic Colors of #E855AB
Black with #E855AB
Text Example
Text Example
White with #E855AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E855AB; }
p { color: rgb(232,85,171); }
H1.HeaderClassName
{
color: #E855AB;
}
.AnyTagClassName
{
color: #E855AB;
}
</style>
background-color css
<style>
a { background-color: #E855AB; }
a { background-color: rgb(232,85,171); }
div.DivClassName
{
background-color: #E855AB;
}
.BgClassName
{
background-color: #E855AB;
}
</style>
border-color css
<style>
span { border-color: #E855AB; }
span { border-color: rgb(232,85,171); }
td.TdClassName
{
border-color: #E855AB;
}
.TagClassName
{
border-color: #E855AB;
}
</style>