Shades of Brilliant Rose #E150AB
Tints of Brilliant Rose #E150AB
RGB
CMYK
RGB Variations
Color information
#E150AB (or 0xE150AB) is known color: Brilliant Rose. HEX triplet: E1, 50 and AB. RGB value is (225,80,171). Sum of RGB (Red+Green+Blue) = 225+80+171=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E150AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E150AB is #1EAF54. Grayscale: #858585. Windows color (decimal): -2010965 or 11227361. OLE color: 11227361.
HSL color Cylindrical-coordinate representation of color #E150AB: hue angle of 322.34º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150AB is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 171 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.12 |
| HSL | 322.34º | 0.71% | 0.6% | - |
| HSV(B) | 322.34º | 0.64% | 0.88% | - |
| XYZ | 41.27 | 24.69 | 41.12 | - |
| YUV | 133.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 171 | 0 | 0.64 | 0.24 | 0.12 | 322.34 | 0.71 | 0.6 |
| Hex | E1 | 50 | AB | 0 | 40 | 18 | C | 142 | 47 | 3C |
| Octal | 341 | 120 | 253 | 0 | 100 | 30 | 14 | 502 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10101011 | 0 | 1000000 | 11000 | 1100 | 101000010 | 1000111 | 111100 |
Color Harmonies of #E150AB
Complementary color
Monochromatic Colors of #E150AB
Black with #E150AB
Text Example
Text Example
White with #E150AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150AB; }
p { color: rgb(225,80,171); }
H1.HeaderClassName
{
color: #E150AB;
}
.AnyTagClassName
{
color: #E150AB;
}
</style>
background-color css
<style>
a { background-color: #E150AB; }
a { background-color: rgb(225,80,171); }
div.DivClassName
{
background-color: #E150AB;
}
.BgClassName
{
background-color: #E150AB;
}
</style>
border-color css
<style>
span { border-color: #E150AB; }
span { border-color: rgb(225,80,171); }
td.TdClassName
{
border-color: #E150AB;
}
.TagClassName
{
border-color: #E150AB;
}
</style>