Shades of Brilliant Rose #EE519D
Tints of Brilliant Rose #EE519D
RGB
CMYK
RGB Variations
Color information
#EE519D (or 0xEE519D) is known color: Brilliant Rose. HEX triplet: EE, 51 and 9D. RGB value is (238,81,157). Sum of RGB (Red+Green+Blue) = 238+81+157=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE519D is #11AE62. Grayscale: #888888. Windows color (decimal): -1158755 or 10310126. OLE color: 10310126.
HSL color Cylindrical-coordinate representation of color #EE519D: hue angle of 330.96º 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 #EE519D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 157 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.07 |
| HSL | 330.96º | 0.82% | 0.63% | - |
| HSV(B) | 330.96º | 0.66% | 0.93% | - |
| XYZ | 44.29 | 26.5 | 34.68 | - |
| YUV | 136.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 157 | 0 | 0.66 | 0.34 | 0.07 | 330.96 | 0.82 | 0.63 |
| Hex | EE | 51 | 9D | 0 | 42 | 22 | 7 | 14B | 52 | 3F |
| Octal | 356 | 121 | 235 | 0 | 102 | 42 | 7 | 513 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10011101 | 0 | 1000010 | 100010 | 111 | 101001011 | 1010010 | 111111 |
Color Harmonies of #EE519D
Complementary color
Monochromatic Colors of #EE519D
Black with #EE519D
Text Example
Text Example
White with #EE519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE519D; }
p { color: rgb(238,81,157); }
H1.HeaderClassName
{
color: #EE519D;
}
.AnyTagClassName
{
color: #EE519D;
}
</style>
background-color css
<style>
a { background-color: #EE519D; }
a { background-color: rgb(238,81,157); }
div.DivClassName
{
background-color: #EE519D;
}
.BgClassName
{
background-color: #EE519D;
}
</style>
border-color css
<style>
span { border-color: #EE519D; }
span { border-color: rgb(238,81,157); }
td.TdClassName
{
border-color: #EE519D;
}
.TagClassName
{
border-color: #EE519D;
}
</style>