Shades of Brilliant Rose #EE549B
Tints of Brilliant Rose #EE549B
RGB
CMYK
RGB Variations
Color information
#EE549B (or 0xEE549B) is known color: Brilliant Rose. HEX triplet: EE, 54 and 9B. RGB value is (238,84,155). Sum of RGB (Red+Green+Blue) = 238+84+155=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE549B is #11AB64. Grayscale: #8A8A8A. Windows color (decimal): -1157989 or 10179822. OLE color: 10179822.
HSL color Cylindrical-coordinate representation of color #EE549B: hue angle of 332.34º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE549B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 155 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 332.34º | 0.82% | 0.63% | - |
| HSV(B) | 332.34º | 0.65% | 0.93% | - |
| XYZ | 44.35 | 26.88 | 33.86 | - |
| YUV | 138.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 155 | 0 | 0.65 | 0.35 | 0.07 | 332.34 | 0.82 | 0.63 |
| Hex | EE | 54 | 9B | 0 | 41 | 23 | 7 | 14C | 52 | 3F |
| Octal | 356 | 124 | 233 | 0 | 101 | 43 | 7 | 514 | 122 | 77 |
| Binary | 11101110 | 1010100 | 10011011 | 0 | 1000001 | 100011 | 111 | 101001100 | 1010010 | 111111 |
Color Harmonies of #EE549B
Complementary color
Monochromatic Colors of #EE549B
Black with #EE549B
Text Example
Text Example
White with #EE549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE549B; }
p { color: rgb(238,84,155); }
H1.HeaderClassName
{
color: #EE549B;
}
.AnyTagClassName
{
color: #EE549B;
}
</style>
background-color css
<style>
a { background-color: #EE549B; }
a { background-color: rgb(238,84,155); }
div.DivClassName
{
background-color: #EE549B;
}
.BgClassName
{
background-color: #EE549B;
}
</style>
border-color css
<style>
span { border-color: #EE549B; }
span { border-color: rgb(238,84,155); }
td.TdClassName
{
border-color: #EE549B;
}
.TagClassName
{
border-color: #EE549B;
}
</style>