Shades of Brilliant Rose #EE539A
Tints of Brilliant Rose #EE539A
RGB
CMYK
RGB Variations
Color information
#EE539A (or 0xEE539A) is known color: Brilliant Rose. HEX triplet: EE, 53 and 9A. RGB value is (238,83,154). Sum of RGB (Red+Green+Blue) = 238+83+154=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE539A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE539A is #11AC65. Grayscale: #898989. Windows color (decimal): -1158246 or 10114030. OLE color: 10114030.
HSL color Cylindrical-coordinate representation of color #EE539A: hue angle of 332.52º 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 #EE539A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 154 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.07 |
| HSL | 332.52º | 0.82% | 0.63% | - |
| HSV(B) | 332.52º | 0.65% | 0.93% | - |
| XYZ | 44.19 | 26.7 | 33.4 | - |
| YUV | 137.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 154 | 0 | 0.65 | 0.35 | 0.07 | 332.52 | 0.82 | 0.63 |
| Hex | EE | 53 | 9A | 0 | 41 | 23 | 7 | 14D | 52 | 3F |
| Octal | 356 | 123 | 232 | 0 | 101 | 43 | 7 | 515 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10011010 | 0 | 1000001 | 100011 | 111 | 101001101 | 1010010 | 111111 |
Color Harmonies of #EE539A
Complementary color
Monochromatic Colors of #EE539A
Black with #EE539A
Text Example
Text Example
White with #EE539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE539A; }
p { color: rgb(238,83,154); }
H1.HeaderClassName
{
color: #EE539A;
}
.AnyTagClassName
{
color: #EE539A;
}
</style>
background-color css
<style>
a { background-color: #EE539A; }
a { background-color: rgb(238,83,154); }
div.DivClassName
{
background-color: #EE539A;
}
.BgClassName
{
background-color: #EE539A;
}
</style>
border-color css
<style>
span { border-color: #EE539A; }
span { border-color: rgb(238,83,154); }
td.TdClassName
{
border-color: #EE539A;
}
.TagClassName
{
border-color: #EE539A;
}
</style>