Shades of Brilliant Rose #EE499F
Tints of Brilliant Rose #EE499F
RGB
CMYK
RGB Variations
Color information
#EE499F (or 0xEE499F) is known color: Brilliant Rose. HEX triplet: EE, 49 and 9F. RGB value is (238,73,159). Sum of RGB (Red+Green+Blue) = 238+73+159=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE499F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE499F is #11B660. Grayscale: #838383. Windows color (decimal): -1160801 or 10439150. OLE color: 10439150.
HSL color Cylindrical-coordinate representation of color #EE499F: hue angle of 328.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE499F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 159 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.07 |
| HSL | 328.73º | 0.83% | 0.61% | - |
| HSV(B) | 328.73º | 0.69% | 0.93% | - |
| XYZ | 43.9 | 25.45 | 35.4 | - |
| YUV | 132.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 159 | 0 | 0.69 | 0.33 | 0.07 | 328.73 | 0.83 | 0.61 |
| Hex | EE | 49 | 9F | 0 | 45 | 21 | 7 | 149 | 53 | 3D |
| Octal | 356 | 111 | 237 | 0 | 105 | 41 | 7 | 511 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10011111 | 0 | 1000101 | 100001 | 111 | 101001001 | 1010011 | 111101 |
Color Harmonies of #EE499F
Complementary color
Monochromatic Colors of #EE499F
Black with #EE499F
Text Example
Text Example
White with #EE499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE499F; }
p { color: rgb(238,73,159); }
H1.HeaderClassName
{
color: #EE499F;
}
.AnyTagClassName
{
color: #EE499F;
}
</style>
background-color css
<style>
a { background-color: #EE499F; }
a { background-color: rgb(238,73,159); }
div.DivClassName
{
background-color: #EE499F;
}
.BgClassName
{
background-color: #EE499F;
}
</style>
border-color css
<style>
span { border-color: #EE499F; }
span { border-color: rgb(238,73,159); }
td.TdClassName
{
border-color: #EE499F;
}
.TagClassName
{
border-color: #EE499F;
}
</style>