Shades of Brilliant Rose #EE659F
Tints of Brilliant Rose #EE659F
RGB
CMYK
RGB Variations
Color information
#EE659F (or 0xEE659F) is known color: Brilliant Rose. HEX triplet: EE, 65 and 9F. RGB value is (238,101,159). Sum of RGB (Red+Green+Blue) = 238+101+159=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE659F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE659F is #119A60. Grayscale: #949494. Windows color (decimal): -1153633 or 10446318. OLE color: 10446318.
HSL color Cylindrical-coordinate representation of color #EE659F: hue angle of 334.6º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE659F is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 159 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.07 |
| HSL | 334.6º | 0.8% | 0.66% | - |
| HSV(B) | 334.6º | 0.58% | 0.93% | - |
| XYZ | 46.17 | 29.99 | 36.16 | - |
| YUV | 148.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 159 | 0 | 0.58 | 0.33 | 0.07 | 334.6 | 0.8 | 0.66 |
| Hex | EE | 65 | 9F | 0 | 3A | 21 | 7 | 14F | 50 | 42 |
| Octal | 356 | 145 | 237 | 0 | 72 | 41 | 7 | 517 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10011111 | 0 | 111010 | 100001 | 111 | 101001111 | 1010000 | 1000010 |
Color Harmonies of #EE659F
Complementary color
Monochromatic Colors of #EE659F
Black with #EE659F
Text Example
Text Example
White with #EE659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE659F; }
p { color: rgb(238,101,159); }
H1.HeaderClassName
{
color: #EE659F;
}
.AnyTagClassName
{
color: #EE659F;
}
</style>
background-color css
<style>
a { background-color: #EE659F; }
a { background-color: rgb(238,101,159); }
div.DivClassName
{
background-color: #EE659F;
}
.BgClassName
{
background-color: #EE659F;
}
</style>
border-color css
<style>
span { border-color: #EE659F; }
span { border-color: rgb(238,101,159); }
td.TdClassName
{
border-color: #EE659F;
}
.TagClassName
{
border-color: #EE659F;
}
</style>