Shades of Brilliant Rose #EE51B5
Tints of Brilliant Rose #EE51B5
RGB
CMYK
RGB Variations
Color information
#EE51B5 (or 0xEE51B5) is known color: Brilliant Rose. HEX triplet: EE, 51 and B5. RGB value is (238,81,181). Sum of RGB (Red+Green+Blue) = 238+81+181=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE51B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE51B5 is #11AE4A. Grayscale: #8B8B8B. Windows color (decimal): -1158731 or 11882990. OLE color: 11882990.
HSL color Cylindrical-coordinate representation of color #EE51B5: hue angle of 321.78º 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 #EE51B5 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 181 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.07 |
| HSL | 321.78º | 0.82% | 0.63% | - |
| HSV(B) | 321.78º | 0.66% | 0.93% | - |
| XYZ | 46.54 | 27.4 | 46.55 | - |
| YUV | 139.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 181 | 0 | 0.66 | 0.24 | 0.07 | 321.78 | 0.82 | 0.63 |
| Hex | EE | 51 | B5 | 0 | 42 | 18 | 7 | 142 | 52 | 3F |
| Octal | 356 | 121 | 265 | 0 | 102 | 30 | 7 | 502 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10110101 | 0 | 1000010 | 11000 | 111 | 101000010 | 1010010 | 111111 |
Color Harmonies of #EE51B5
Complementary color
Monochromatic Colors of #EE51B5
Black with #EE51B5
Text Example
Text Example
White with #EE51B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE51B5; }
p { color: rgb(238,81,181); }
H1.HeaderClassName
{
color: #EE51B5;
}
.AnyTagClassName
{
color: #EE51B5;
}
</style>
background-color css
<style>
a { background-color: #EE51B5; }
a { background-color: rgb(238,81,181); }
div.DivClassName
{
background-color: #EE51B5;
}
.BgClassName
{
background-color: #EE51B5;
}
</style>
border-color css
<style>
span { border-color: #EE51B5; }
span { border-color: rgb(238,81,181); }
td.TdClassName
{
border-color: #EE51B5;
}
.TagClassName
{
border-color: #EE51B5;
}
</style>