Shades of Brilliant Rose #EE49A2
Tints of Brilliant Rose #EE49A2
RGB
CMYK
RGB Variations
Color information
#EE49A2 (or 0xEE49A2) is known color: Brilliant Rose. HEX triplet: EE, 49 and A2. RGB value is (238,73,162). Sum of RGB (Red+Green+Blue) = 238+73+162=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE49A2 is #11B65D. Grayscale: #848484. Windows color (decimal): -1160798 or 10635758. OLE color: 10635758.
HSL color Cylindrical-coordinate representation of color #EE49A2: hue angle of 327.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 #EE49A2 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 162 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.07 |
| HSL | 327.64º | 0.83% | 0.61% | - |
| HSV(B) | 327.64º | 0.69% | 0.93% | - |
| XYZ | 44.16 | 25.55 | 36.79 | - |
| YUV | 132.48 | 144.66 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 162 | 0 | 0.69 | 0.32 | 0.07 | 327.64 | 0.83 | 0.61 |
| Hex | EE | 49 | A2 | 0 | 45 | 20 | 7 | 148 | 53 | 3D |
| Octal | 356 | 111 | 242 | 0 | 105 | 40 | 7 | 510 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10100010 | 0 | 1000101 | 100000 | 111 | 101001000 | 1010011 | 111101 |
Color Harmonies of #EE49A2
Complementary color
Monochromatic Colors of #EE49A2
Black with #EE49A2
Text Example
Text Example
White with #EE49A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49A2; }
p { color: rgb(238,73,162); }
H1.HeaderClassName
{
color: #EE49A2;
}
.AnyTagClassName
{
color: #EE49A2;
}
</style>
background-color css
<style>
a { background-color: #EE49A2; }
a { background-color: rgb(238,73,162); }
div.DivClassName
{
background-color: #EE49A2;
}
.BgClassName
{
background-color: #EE49A2;
}
</style>
border-color css
<style>
span { border-color: #EE49A2; }
span { border-color: rgb(238,73,162); }
td.TdClassName
{
border-color: #EE49A2;
}
.TagClassName
{
border-color: #EE49A2;
}
</style>