Shades of Brilliant Rose #EE659E
Tints of Brilliant Rose #EE659E
RGB
CMYK
RGB Variations
Color information
#EE659E (or 0xEE659E) is known color: Brilliant Rose. HEX triplet: EE, 65 and 9E. RGB value is (238,101,158). Sum of RGB (Red+Green+Blue) = 238+101+158=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE659E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE659E is #119A61. Grayscale: #949494. Windows color (decimal): -1153634 or 10380782. OLE color: 10380782.
HSL color Cylindrical-coordinate representation of color #EE659E: hue angle of 335.04º 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 #EE659E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 158 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 335.04º | 0.8% | 0.66% | - |
| HSV(B) | 335.04º | 0.58% | 0.93% | - |
| XYZ | 46.09 | 29.95 | 35.7 | - |
| YUV | 148.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 158 | 0 | 0.58 | 0.34 | 0.07 | 335.04 | 0.8 | 0.66 |
| Hex | EE | 65 | 9E | 0 | 3A | 22 | 7 | 14F | 50 | 42 |
| Octal | 356 | 145 | 236 | 0 | 72 | 42 | 7 | 517 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10011110 | 0 | 111010 | 100010 | 111 | 101001111 | 1010000 | 1000010 |
Color Harmonies of #EE659E
Complementary color
Monochromatic Colors of #EE659E
Black with #EE659E
Text Example
Text Example
White with #EE659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE659E; }
p { color: rgb(238,101,158); }
H1.HeaderClassName
{
color: #EE659E;
}
.AnyTagClassName
{
color: #EE659E;
}
</style>
background-color css
<style>
a { background-color: #EE659E; }
a { background-color: rgb(238,101,158); }
div.DivClassName
{
background-color: #EE659E;
}
.BgClassName
{
background-color: #EE659E;
}
</style>
border-color css
<style>
span { border-color: #EE659E; }
span { border-color: rgb(238,101,158); }
td.TdClassName
{
border-color: #EE659E;
}
.TagClassName
{
border-color: #EE659E;
}
</style>