Shades of Brilliant Rose #EE659D
Tints of Brilliant Rose #EE659D
RGB
CMYK
RGB Variations
Color information
#EE659D (or 0xEE659D) is known color: Brilliant Rose. HEX triplet: EE, 65 and 9D. RGB value is (238,101,157). Sum of RGB (Red+Green+Blue) = 238+101+157=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EE659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE659D is #119A62. Grayscale: #949494. Windows color (decimal): -1153635 or 10315246. OLE color: 10315246.
HSL color Cylindrical-coordinate representation of color #EE659D: hue angle of 335.47º 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 #EE659D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 157 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.07 |
| HSL | 335.47º | 0.8% | 0.66% | - |
| HSV(B) | 335.47º | 0.58% | 0.93% | - |
| XYZ | 46 | 29.92 | 35.25 | - |
| YUV | 148.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 157 | 0 | 0.58 | 0.34 | 0.07 | 335.47 | 0.8 | 0.66 |
| Hex | EE | 65 | 9D | 0 | 3A | 22 | 7 | 14F | 50 | 42 |
| Octal | 356 | 145 | 235 | 0 | 72 | 42 | 7 | 517 | 120 | 102 |
| Binary | 11101110 | 1100101 | 10011101 | 0 | 111010 | 100010 | 111 | 101001111 | 1010000 | 1000010 |
Color Harmonies of #EE659D
Complementary color
Monochromatic Colors of #EE659D
Black with #EE659D
Text Example
Text Example
White with #EE659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE659D; }
p { color: rgb(238,101,157); }
H1.HeaderClassName
{
color: #EE659D;
}
.AnyTagClassName
{
color: #EE659D;
}
</style>
background-color css
<style>
a { background-color: #EE659D; }
a { background-color: rgb(238,101,157); }
div.DivClassName
{
background-color: #EE659D;
}
.BgClassName
{
background-color: #EE659D;
}
</style>
border-color css
<style>
span { border-color: #EE659D; }
span { border-color: rgb(238,101,157); }
td.TdClassName
{
border-color: #EE659D;
}
.TagClassName
{
border-color: #EE659D;
}
</style>