Shades of Brilliant Rose #EE5399
Tints of Brilliant Rose #EE5399
RGB
CMYK
RGB Variations
Color information
#EE5399 (or 0xEE5399) is known color: Brilliant Rose. HEX triplet: EE, 53 and 99. RGB value is (238,83,153). Sum of RGB (Red+Green+Blue) = 238+83+153=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5399 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5399 is #11AC66. Grayscale: #898989. Windows color (decimal): -1158247 or 10048494. OLE color: 10048494.
HSL color Cylindrical-coordinate representation of color #EE5399: hue angle of 332.9º 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 #EE5399 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 153 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.07 |
| HSL | 332.9º | 0.82% | 0.63% | - |
| HSV(B) | 332.9º | 0.65% | 0.93% | - |
| XYZ | 44.1 | 26.66 | 32.96 | - |
| YUV | 137.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 153 | 0 | 0.65 | 0.36 | 0.07 | 332.9 | 0.82 | 0.63 |
| Hex | EE | 53 | 99 | 0 | 41 | 24 | 7 | 14D | 52 | 3F |
| Octal | 356 | 123 | 231 | 0 | 101 | 44 | 7 | 515 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10011001 | 0 | 1000001 | 100100 | 111 | 101001101 | 1010010 | 111111 |
Color Harmonies of #EE5399
Complementary color
Monochromatic Colors of #EE5399
Black with #EE5399
Text Example
Text Example
White with #EE5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5399; }
p { color: rgb(238,83,153); }
H1.HeaderClassName
{
color: #EE5399;
}
.AnyTagClassName
{
color: #EE5399;
}
</style>
background-color css
<style>
a { background-color: #EE5399; }
a { background-color: rgb(238,83,153); }
div.DivClassName
{
background-color: #EE5399;
}
.BgClassName
{
background-color: #EE5399;
}
</style>
border-color css
<style>
span { border-color: #EE5399; }
span { border-color: rgb(238,83,153); }
td.TdClassName
{
border-color: #EE5399;
}
.TagClassName
{
border-color: #EE5399;
}
</style>