Shades of Brilliant Rose #EE519A
Tints of Brilliant Rose #EE519A
RGB
CMYK
RGB Variations
Color information
#EE519A (or 0xEE519A) is known color: Brilliant Rose. HEX triplet: EE, 51 and 9A. RGB value is (238,81,154). Sum of RGB (Red+Green+Blue) = 238+81+154=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE519A is #11AE65. Grayscale: #888888. Windows color (decimal): -1158758 or 10113518. OLE color: 10113518.
HSL color Cylindrical-coordinate representation of color #EE519A: hue angle of 332.1º 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 #EE519A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 154 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.07 |
| HSL | 332.1º | 0.82% | 0.63% | - |
| HSV(B) | 332.1º | 0.66% | 0.93% | - |
| XYZ | 44.04 | 26.4 | 33.35 | - |
| YUV | 136.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 154 | 0 | 0.66 | 0.35 | 0.07 | 332.1 | 0.82 | 0.63 |
| Hex | EE | 51 | 9A | 0 | 42 | 23 | 7 | 14C | 52 | 3F |
| Octal | 356 | 121 | 232 | 0 | 102 | 43 | 7 | 514 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10011010 | 0 | 1000010 | 100011 | 111 | 101001100 | 1010010 | 111111 |
Color Harmonies of #EE519A
Complementary color
Monochromatic Colors of #EE519A
Black with #EE519A
Text Example
Text Example
White with #EE519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE519A; }
p { color: rgb(238,81,154); }
H1.HeaderClassName
{
color: #EE519A;
}
.AnyTagClassName
{
color: #EE519A;
}
</style>
background-color css
<style>
a { background-color: #EE519A; }
a { background-color: rgb(238,81,154); }
div.DivClassName
{
background-color: #EE519A;
}
.BgClassName
{
background-color: #EE519A;
}
</style>
border-color css
<style>
span { border-color: #EE519A; }
span { border-color: rgb(238,81,154); }
td.TdClassName
{
border-color: #EE519A;
}
.TagClassName
{
border-color: #EE519A;
}
</style>