Shades of Brilliant Rose #EE5F99
Tints of Brilliant Rose #EE5F99
RGB
CMYK
RGB Variations
Color information
#EE5F99 (or 0xEE5F99) is known color: Brilliant Rose. HEX triplet: EE, 5F and 99. RGB value is (238,95,153). Sum of RGB (Red+Green+Blue) = 238+95+153=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5F99 is #11A066. Grayscale: #909090. Windows color (decimal): -1155175 or 10051566. OLE color: 10051566.
HSL color Cylindrical-coordinate representation of color #EE5F99: hue angle of 335.66º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5F99 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 153 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.07 |
| HSL | 335.66º | 0.81% | 0.65% | - |
| HSV(B) | 335.66º | 0.6% | 0.93% | - |
| XYZ | 45.1 | 28.66 | 33.29 | - |
| YUV | 144.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 153 | 0 | 0.60 | 0.36 | 0.07 | 335.66 | 0.81 | 0.65 |
| Hex | EE | 5F | 99 | 0 | 3C | 24 | 7 | 150 | 51 | 41 |
| Octal | 356 | 137 | 231 | 0 | 74 | 44 | 7 | 520 | 121 | 101 |
| Binary | 11101110 | 1011111 | 10011001 | 0 | 111100 | 100100 | 111 | 101010000 | 1010001 | 1000001 |
Color Harmonies of #EE5F99
Complementary color
Monochromatic Colors of #EE5F99
Black with #EE5F99
Text Example
Text Example
White with #EE5F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F99; }
p { color: rgb(238,95,153); }
H1.HeaderClassName
{
color: #EE5F99;
}
.AnyTagClassName
{
color: #EE5F99;
}
</style>
background-color css
<style>
a { background-color: #EE5F99; }
a { background-color: rgb(238,95,153); }
div.DivClassName
{
background-color: #EE5F99;
}
.BgClassName
{
background-color: #EE5F99;
}
</style>
border-color css
<style>
span { border-color: #EE5F99; }
span { border-color: rgb(238,95,153); }
td.TdClassName
{
border-color: #EE5F99;
}
.TagClassName
{
border-color: #EE5F99;
}
</style>