Shades of Brilliant Rose #EE49A9
Tints of Brilliant Rose #EE49A9
RGB
CMYK
RGB Variations
Color information
#EE49A9 (or 0xEE49A9) is known color: Brilliant Rose. HEX triplet: EE, 49 and A9. RGB value is (238,73,169). Sum of RGB (Red+Green+Blue) = 238+73+169=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE49A9 is #11B656. Grayscale: #858585. Windows color (decimal): -1160791 or 11094510. OLE color: 11094510.
HSL color Cylindrical-coordinate representation of color #EE49A9: hue angle of 325.09º 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 #EE49A9 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 169 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.07 |
| HSL | 325.09º | 0.83% | 0.61% | - |
| HSV(B) | 325.09º | 0.69% | 0.93% | - |
| XYZ | 44.8 | 25.81 | 40.16 | - |
| YUV | 133.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 169 | 0 | 0.69 | 0.29 | 0.07 | 325.09 | 0.83 | 0.61 |
| Hex | EE | 49 | A9 | 0 | 45 | 1D | 7 | 145 | 53 | 3D |
| Octal | 356 | 111 | 251 | 0 | 105 | 35 | 7 | 505 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10101001 | 0 | 1000101 | 11101 | 111 | 101000101 | 1010011 | 111101 |
Color Harmonies of #EE49A9
Complementary color
Monochromatic Colors of #EE49A9
Black with #EE49A9
Text Example
Text Example
White with #EE49A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49A9; }
p { color: rgb(238,73,169); }
H1.HeaderClassName
{
color: #EE49A9;
}
.AnyTagClassName
{
color: #EE49A9;
}
</style>
background-color css
<style>
a { background-color: #EE49A9; }
a { background-color: rgb(238,73,169); }
div.DivClassName
{
background-color: #EE49A9;
}
.BgClassName
{
background-color: #EE49A9;
}
</style>
border-color css
<style>
span { border-color: #EE49A9; }
span { border-color: rgb(238,73,169); }
td.TdClassName
{
border-color: #EE49A9;
}
.TagClassName
{
border-color: #EE49A9;
}
</style>