Shades of Brilliant Rose #EE609B
Tints of Brilliant Rose #EE609B
RGB
CMYK
RGB Variations
Color information
#EE609B (or 0xEE609B) is known color: Brilliant Rose. HEX triplet: EE, 60 and 9B. RGB value is (238,96,155). Sum of RGB (Red+Green+Blue) = 238+96+155=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE609B is #119F64. Grayscale: #919191. Windows color (decimal): -1154917 or 10182894. OLE color: 10182894.
HSL color Cylindrical-coordinate representation of color #EE609B: hue angle of 335.07º 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 #EE609B is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 155 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.07 |
| HSL | 335.07º | 0.81% | 0.65% | - |
| HSV(B) | 335.07º | 0.6% | 0.93% | - |
| XYZ | 45.36 | 28.91 | 34.2 | - |
| YUV | 145.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 155 | 0 | 0.60 | 0.35 | 0.07 | 335.07 | 0.81 | 0.65 |
| Hex | EE | 60 | 9B | 0 | 3C | 23 | 7 | 14F | 51 | 41 |
| Octal | 356 | 140 | 233 | 0 | 74 | 43 | 7 | 517 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10011011 | 0 | 111100 | 100011 | 111 | 101001111 | 1010001 | 1000001 |
Color Harmonies of #EE609B
Complementary color
Monochromatic Colors of #EE609B
Black with #EE609B
Text Example
Text Example
White with #EE609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE609B; }
p { color: rgb(238,96,155); }
H1.HeaderClassName
{
color: #EE609B;
}
.AnyTagClassName
{
color: #EE609B;
}
</style>
background-color css
<style>
a { background-color: #EE609B; }
a { background-color: rgb(238,96,155); }
div.DivClassName
{
background-color: #EE609B;
}
.BgClassName
{
background-color: #EE609B;
}
</style>
border-color css
<style>
span { border-color: #EE609B; }
span { border-color: rgb(238,96,155); }
td.TdClassName
{
border-color: #EE609B;
}
.TagClassName
{
border-color: #EE609B;
}
</style>