Shades of Brilliant Rose #EE49B0
Tints of Brilliant Rose #EE49B0
RGB
CMYK
RGB Variations
Color information
#EE49B0 (or 0xEE49B0) is known color: Brilliant Rose. HEX triplet: EE, 49 and B0. RGB value is (238,73,176). Sum of RGB (Red+Green+Blue) = 238+73+176=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE49B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE49B0 is #11B64F. Grayscale: #858585. Windows color (decimal): -1160784 or 11553262. OLE color: 11553262.
HSL color Cylindrical-coordinate representation of color #EE49B0: hue angle of 322.55º 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 #EE49B0 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 73 | 176 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.07 |
| HSL | 322.55º | 0.83% | 0.61% | - |
| HSV(B) | 322.55º | 0.69% | 0.93% | - |
| XYZ | 45.48 | 26.08 | 43.71 | - |
| YUV | 134.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 73 | 176 | 0 | 0.69 | 0.26 | 0.07 | 322.55 | 0.83 | 0.61 |
| Hex | EE | 49 | B0 | 0 | 45 | 1A | 7 | 143 | 53 | 3D |
| Octal | 356 | 111 | 260 | 0 | 105 | 32 | 7 | 503 | 123 | 75 |
| Binary | 11101110 | 1001001 | 10110000 | 0 | 1000101 | 11010 | 111 | 101000011 | 1010011 | 111101 |
Color Harmonies of #EE49B0
Complementary color
Monochromatic Colors of #EE49B0
Black with #EE49B0
Text Example
Text Example
White with #EE49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE49B0; }
p { color: rgb(238,73,176); }
H1.HeaderClassName
{
color: #EE49B0;
}
.AnyTagClassName
{
color: #EE49B0;
}
</style>
background-color css
<style>
a { background-color: #EE49B0; }
a { background-color: rgb(238,73,176); }
div.DivClassName
{
background-color: #EE49B0;
}
.BgClassName
{
background-color: #EE49B0;
}
</style>
border-color css
<style>
span { border-color: #EE49B0; }
span { border-color: rgb(238,73,176); }
td.TdClassName
{
border-color: #EE49B0;
}
.TagClassName
{
border-color: #EE49B0;
}
</style>