Shades of Brilliant Rose #EE6198
Tints of Brilliant Rose #EE6198
RGB
CMYK
RGB Variations
Color information
#EE6198 (or 0xEE6198) is known color: Brilliant Rose. HEX triplet: EE, 61 and 98. RGB value is (238,97,152). Sum of RGB (Red+Green+Blue) = 238+97+152=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6198 is #119E67. Grayscale: #919191. Windows color (decimal): -1154664 or 9986542. OLE color: 9986542.
HSL color Cylindrical-coordinate representation of color #EE6198: hue angle of 336.6º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6198 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 152 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.07 |
| HSL | 336.6º | 0.81% | 0.66% | - |
| HSV(B) | 336.6º | 0.59% | 0.93% | - |
| XYZ | 45.2 | 28.99 | 32.92 | - |
| YUV | 145.43 | 131.71 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 152 | 0 | 0.59 | 0.36 | 0.07 | 336.6 | 0.81 | 0.66 |
| Hex | EE | 61 | 98 | 0 | 3B | 24 | 7 | 151 | 51 | 42 |
| Octal | 356 | 141 | 230 | 0 | 73 | 44 | 7 | 521 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10011000 | 0 | 111011 | 100100 | 111 | 101010001 | 1010001 | 1000010 |
Color Harmonies of #EE6198
Complementary color
Monochromatic Colors of #EE6198
Black with #EE6198
Text Example
Text Example
White with #EE6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6198; }
p { color: rgb(238,97,152); }
H1.HeaderClassName
{
color: #EE6198;
}
.AnyTagClassName
{
color: #EE6198;
}
</style>
background-color css
<style>
a { background-color: #EE6198; }
a { background-color: rgb(238,97,152); }
div.DivClassName
{
background-color: #EE6198;
}
.BgClassName
{
background-color: #EE6198;
}
</style>
border-color css
<style>
span { border-color: #EE6198; }
span { border-color: rgb(238,97,152); }
td.TdClassName
{
border-color: #EE6198;
}
.TagClassName
{
border-color: #EE6198;
}
</style>