Shades of Brilliant Rose #EE549A
Tints of Brilliant Rose #EE549A
RGB
CMYK
RGB Variations
Color information
#EE549A (or 0xEE549A) is known color: Brilliant Rose. HEX triplet: EE, 54 and 9A. RGB value is (238,84,154). Sum of RGB (Red+Green+Blue) = 238+84+154=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE549A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE549A is #11AB65. Grayscale: #898989. Windows color (decimal): -1157990 or 10114286. OLE color: 10114286.
HSL color Cylindrical-coordinate representation of color #EE549A: hue angle of 332.73º 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 #EE549A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 154 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 332.73º | 0.82% | 0.63% | - |
| HSV(B) | 332.73º | 0.65% | 0.93% | - |
| XYZ | 44.26 | 26.85 | 33.42 | - |
| YUV | 138.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 154 | 0 | 0.65 | 0.35 | 0.07 | 332.73 | 0.82 | 0.63 |
| Hex | EE | 54 | 9A | 0 | 41 | 23 | 7 | 14D | 52 | 3F |
| Octal | 356 | 124 | 232 | 0 | 101 | 43 | 7 | 515 | 122 | 77 |
| Binary | 11101110 | 1010100 | 10011010 | 0 | 1000001 | 100011 | 111 | 101001101 | 1010010 | 111111 |
Color Harmonies of #EE549A
Complementary color
Monochromatic Colors of #EE549A
Black with #EE549A
Text Example
Text Example
White with #EE549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE549A; }
p { color: rgb(238,84,154); }
H1.HeaderClassName
{
color: #EE549A;
}
.AnyTagClassName
{
color: #EE549A;
}
</style>
background-color css
<style>
a { background-color: #EE549A; }
a { background-color: rgb(238,84,154); }
div.DivClassName
{
background-color: #EE549A;
}
.BgClassName
{
background-color: #EE549A;
}
</style>
border-color css
<style>
span { border-color: #EE549A; }
span { border-color: rgb(238,84,154); }
td.TdClassName
{
border-color: #EE549A;
}
.TagClassName
{
border-color: #EE549A;
}
</style>