Shades of Brilliant Rose #EE51A8
Tints of Brilliant Rose #EE51A8
RGB
CMYK
RGB Variations
Color information
#EE51A8 (or 0xEE51A8) is known color: Brilliant Rose. HEX triplet: EE, 51 and A8. RGB value is (238,81,168). Sum of RGB (Red+Green+Blue) = 238+81+168=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE51A8 is #11AE57. Grayscale: #898989. Windows color (decimal): -1158744 or 11031022. OLE color: 11031022.
HSL color Cylindrical-coordinate representation of color #EE51A8: hue angle of 326.75º 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 #EE51A8 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 168 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.07 |
| HSL | 326.75º | 0.82% | 0.63% | - |
| HSV(B) | 326.75º | 0.66% | 0.93% | - |
| XYZ | 45.27 | 26.89 | 39.85 | - |
| YUV | 137.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 168 | 0 | 0.66 | 0.29 | 0.07 | 326.75 | 0.82 | 0.63 |
| Hex | EE | 51 | A8 | 0 | 42 | 1D | 7 | 147 | 52 | 3F |
| Octal | 356 | 121 | 250 | 0 | 102 | 35 | 7 | 507 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10101000 | 0 | 1000010 | 11101 | 111 | 101000111 | 1010010 | 111111 |
Color Harmonies of #EE51A8
Complementary color
Monochromatic Colors of #EE51A8
Black with #EE51A8
Text Example
Text Example
White with #EE51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51A8; }
p { color: rgb(238,81,168); }
H1.HeaderClassName
{
color: #EE51A8;
}
.AnyTagClassName
{
color: #EE51A8;
}
</style>
background-color css
<style>
a { background-color: #EE51A8; }
a { background-color: rgb(238,81,168); }
div.DivClassName
{
background-color: #EE51A8;
}
.BgClassName
{
background-color: #EE51A8;
}
</style>
border-color css
<style>
span { border-color: #EE51A8; }
span { border-color: rgb(238,81,168); }
td.TdClassName
{
border-color: #EE51A8;
}
.TagClassName
{
border-color: #EE51A8;
}
</style>