Shades of Brilliant Rose #EE51AB
Tints of Brilliant Rose #EE51AB
RGB
CMYK
RGB Variations
Color information
#EE51AB (or 0xEE51AB) is known color: Brilliant Rose. HEX triplet: EE, 51 and AB. RGB value is (238,81,171). Sum of RGB (Red+Green+Blue) = 238+81+171=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE51AB is #11AE54. Grayscale: #8A8A8A. Windows color (decimal): -1158741 or 11227630. OLE color: 11227630.
HSL color Cylindrical-coordinate representation of color #EE51AB: hue angle of 325.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE51AB is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 171 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.07 |
| HSL | 325.61º | 0.82% | 0.63% | - |
| HSV(B) | 325.61º | 0.66% | 0.93% | - |
| XYZ | 45.55 | 27 | 41.34 | - |
| YUV | 138.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 171 | 0 | 0.66 | 0.28 | 0.07 | 325.61 | 0.82 | 0.63 |
| Hex | EE | 51 | AB | 0 | 42 | 1C | 7 | 146 | 52 | 3F |
| Octal | 356 | 121 | 253 | 0 | 102 | 34 | 7 | 506 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10101011 | 0 | 1000010 | 11100 | 111 | 101000110 | 1010010 | 111111 |
Color Harmonies of #EE51AB
Complementary color
Monochromatic Colors of #EE51AB
Black with #EE51AB
Text Example
Text Example
White with #EE51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51AB; }
p { color: rgb(238,81,171); }
H1.HeaderClassName
{
color: #EE51AB;
}
.AnyTagClassName
{
color: #EE51AB;
}
</style>
background-color css
<style>
a { background-color: #EE51AB; }
a { background-color: rgb(238,81,171); }
div.DivClassName
{
background-color: #EE51AB;
}
.BgClassName
{
background-color: #EE51AB;
}
</style>
border-color css
<style>
span { border-color: #EE51AB; }
span { border-color: rgb(238,81,171); }
td.TdClassName
{
border-color: #EE51AB;
}
.TagClassName
{
border-color: #EE51AB;
}
</style>