Shades of Brilliant Rose #E551AB
Tints of Brilliant Rose #E551AB
RGB
CMYK
RGB Variations
Color information
#E551AB (or 0xE551AB) is known color: Brilliant Rose. HEX triplet: E5, 51 and AB. RGB value is (229,81,171). Sum of RGB (Red+Green+Blue) = 229+81+171=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E551AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E551AB is #1AAE54. Grayscale: #878787. Windows color (decimal): -1748565 or 11227621. OLE color: 11227621.
HSL color Cylindrical-coordinate representation of color #E551AB: hue angle of 323.51º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E551AB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 171 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.10 |
| HSL | 323.51º | 0.74% | 0.61% | - |
| HSV(B) | 323.51º | 0.65% | 0.9% | - |
| XYZ | 42.61 | 25.48 | 41.2 | - |
| YUV | 135.51 | 148.03 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 171 | 0 | 0.65 | 0.25 | 0.10 | 323.51 | 0.74 | 0.61 |
| Hex | E5 | 51 | AB | 0 | 41 | 19 | A | 144 | 4A | 3D |
| Octal | 345 | 121 | 253 | 0 | 101 | 31 | 12 | 504 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10101011 | 0 | 1000001 | 11001 | 1010 | 101000100 | 1001010 | 111101 |
Color Harmonies of #E551AB
Complementary color
Monochromatic Colors of #E551AB
Black with #E551AB
Text Example
Text Example
White with #E551AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551AB; }
p { color: rgb(229,81,171); }
H1.HeaderClassName
{
color: #E551AB;
}
.AnyTagClassName
{
color: #E551AB;
}
</style>
background-color css
<style>
a { background-color: #E551AB; }
a { background-color: rgb(229,81,171); }
div.DivClassName
{
background-color: #E551AB;
}
.BgClassName
{
background-color: #E551AB;
}
</style>
border-color css
<style>
span { border-color: #E551AB; }
span { border-color: rgb(229,81,171); }
td.TdClassName
{
border-color: #E551AB;
}
.TagClassName
{
border-color: #E551AB;
}
</style>