Shades of Brilliant Rose #EE51A1
Tints of Brilliant Rose #EE51A1
RGB
CMYK
RGB Variations
Color information
#EE51A1 (or 0xEE51A1) is known color: Brilliant Rose. HEX triplet: EE, 51 and A1. RGB value is (238,81,161). Sum of RGB (Red+Green+Blue) = 238+81+161=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE51A1 is #11AE5E. Grayscale: #888888. Windows color (decimal): -1158751 or 10572270. OLE color: 10572270.
HSL color Cylindrical-coordinate representation of color #EE51A1: hue angle of 329.43º 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 #EE51A1 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 161 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.07 |
| HSL | 329.43º | 0.82% | 0.63% | - |
| HSV(B) | 329.43º | 0.66% | 0.93% | - |
| XYZ | 44.64 | 26.64 | 36.51 | - |
| YUV | 137.06 | 141.51 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 161 | 0 | 0.66 | 0.32 | 0.07 | 329.43 | 0.82 | 0.63 |
| Hex | EE | 51 | A1 | 0 | 42 | 20 | 7 | 149 | 52 | 3F |
| Octal | 356 | 121 | 241 | 0 | 102 | 40 | 7 | 511 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10100001 | 0 | 1000010 | 100000 | 111 | 101001001 | 1010010 | 111111 |
Color Harmonies of #EE51A1
Complementary color
Monochromatic Colors of #EE51A1
Black with #EE51A1
Text Example
Text Example
White with #EE51A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51A1; }
p { color: rgb(238,81,161); }
H1.HeaderClassName
{
color: #EE51A1;
}
.AnyTagClassName
{
color: #EE51A1;
}
</style>
background-color css
<style>
a { background-color: #EE51A1; }
a { background-color: rgb(238,81,161); }
div.DivClassName
{
background-color: #EE51A1;
}
.BgClassName
{
background-color: #EE51A1;
}
</style>
border-color css
<style>
span { border-color: #EE51A1; }
span { border-color: rgb(238,81,161); }
td.TdClassName
{
border-color: #EE51A1;
}
.TagClassName
{
border-color: #EE51A1;
}
</style>