Shades of Brilliant Rose #EE519E
Tints of Brilliant Rose #EE519E
RGB
CMYK
RGB Variations
Color information
#EE519E (or 0xEE519E) is known color: Brilliant Rose. HEX triplet: EE, 51 and 9E. RGB value is (238,81,158). Sum of RGB (Red+Green+Blue) = 238+81+158=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE519E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE519E is #11AE61. Grayscale: #888888. Windows color (decimal): -1158754 or 10375662. OLE color: 10375662.
HSL color Cylindrical-coordinate representation of color #EE519E: hue angle of 330.57º 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 #EE519E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 158 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 330.57º | 0.82% | 0.63% | - |
| HSV(B) | 330.57º | 0.66% | 0.93% | - |
| XYZ | 44.37 | 26.53 | 35.13 | - |
| YUV | 136.72 | 140.01 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 158 | 0 | 0.66 | 0.34 | 0.07 | 330.57 | 0.82 | 0.63 |
| Hex | EE | 51 | 9E | 0 | 42 | 22 | 7 | 14B | 52 | 3F |
| Octal | 356 | 121 | 236 | 0 | 102 | 42 | 7 | 513 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10011110 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010010 | 111111 |
Color Harmonies of #EE519E
Complementary color
Monochromatic Colors of #EE519E
Black with #EE519E
Text Example
Text Example
White with #EE519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE519E; }
p { color: rgb(238,81,158); }
H1.HeaderClassName
{
color: #EE519E;
}
.AnyTagClassName
{
color: #EE519E;
}
</style>
background-color css
<style>
a { background-color: #EE519E; }
a { background-color: rgb(238,81,158); }
div.DivClassName
{
background-color: #EE519E;
}
.BgClassName
{
background-color: #EE519E;
}
</style>
border-color css
<style>
span { border-color: #EE519E; }
span { border-color: rgb(238,81,158); }
td.TdClassName
{
border-color: #EE519E;
}
.TagClassName
{
border-color: #EE519E;
}
</style>