Shades of Brilliant Rose #EE49AD
Tints of Brilliant Rose #EE49AD
RGB
CMYK
RGB Variations
Color information
#EE49AD (or 0xEE49AD) is known color: Brilliant Rose. HEX triplet: EE, 49 and AD. RGB value is (238,73,173). Sum of RGB (Red+Green+Blue) = 238+73+173=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE49AD is #11B652. Grayscale: #858585. Windows color (decimal): -1160787 or 11356654. OLE color: 11356654.
HSL color Cylindrical-coordinate representation of color #EE49AD: hue angle of 323.64º 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 #EE49AD is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 173 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.07 |
| HSL | 323.64º | 0.83% | 0.61% | - |
| HSV(B) | 323.64º | 0.69% | 0.93% | - |
| XYZ | 45.19 | 25.96 | 42.16 | - |
| YUV | 133.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 173 | 0 | 0.69 | 0.27 | 0.07 | 323.64 | 0.83 | 0.61 |
| Hex | EE | 49 | AD | 0 | 45 | 1B | 7 | 144 | 53 | 3D |
| Octal | 356 | 111 | 255 | 0 | 105 | 33 | 7 | 504 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10101101 | 0 | 1000101 | 11011 | 111 | 101000100 | 1010011 | 111101 |
Color Harmonies of #EE49AD
Complementary color
Monochromatic Colors of #EE49AD
Black with #EE49AD
Text Example
Text Example
White with #EE49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49AD; }
p { color: rgb(238,73,173); }
H1.HeaderClassName
{
color: #EE49AD;
}
.AnyTagClassName
{
color: #EE49AD;
}
</style>
background-color css
<style>
a { background-color: #EE49AD; }
a { background-color: rgb(238,73,173); }
div.DivClassName
{
background-color: #EE49AD;
}
.BgClassName
{
background-color: #EE49AD;
}
</style>
border-color css
<style>
span { border-color: #EE49AD; }
span { border-color: rgb(238,73,173); }
td.TdClassName
{
border-color: #EE49AD;
}
.TagClassName
{
border-color: #EE49AD;
}
</style>