Shades of Brilliant Rose #EE6098
Tints of Brilliant Rose #EE6098
RGB
CMYK
RGB Variations
Color information
#EE6098 (or 0xEE6098) is known color: Brilliant Rose. HEX triplet: EE, 60 and 98. RGB value is (238,96,152). Sum of RGB (Red+Green+Blue) = 238+96+152=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6098 is #119F67. Grayscale: #909090. Windows color (decimal): -1154920 or 9986286. OLE color: 9986286.
HSL color Cylindrical-coordinate representation of color #EE6098: hue angle of 336.34º 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 #EE6098 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 152 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.07 |
| HSL | 336.34º | 0.81% | 0.65% | - |
| HSV(B) | 336.34º | 0.6% | 0.93% | - |
| XYZ | 45.11 | 28.81 | 32.89 | - |
| YUV | 144.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 152 | 0 | 0.60 | 0.36 | 0.07 | 336.34 | 0.81 | 0.65 |
| Hex | EE | 60 | 98 | 0 | 3C | 24 | 7 | 150 | 51 | 41 |
| Octal | 356 | 140 | 230 | 0 | 74 | 44 | 7 | 520 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10011000 | 0 | 111100 | 100100 | 111 | 101010000 | 1010001 | 1000001 |
Color Harmonies of #EE6098
Complementary color
Monochromatic Colors of #EE6098
Black with #EE6098
Text Example
Text Example
White with #EE6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6098; }
p { color: rgb(238,96,152); }
H1.HeaderClassName
{
color: #EE6098;
}
.AnyTagClassName
{
color: #EE6098;
}
</style>
background-color css
<style>
a { background-color: #EE6098; }
a { background-color: rgb(238,96,152); }
div.DivClassName
{
background-color: #EE6098;
}
.BgClassName
{
background-color: #EE6098;
}
</style>
border-color css
<style>
span { border-color: #EE6098; }
span { border-color: rgb(238,96,152); }
td.TdClassName
{
border-color: #EE6098;
}
.TagClassName
{
border-color: #EE6098;
}
</style>