Shades of Tea Rose #EE8ABB
Tints of Tea Rose #EE8ABB
RGB
CMYK
RGB Variations
Color information
#EE8ABB (or 0xEE8ABB) is known color: Tea Rose. HEX triplet: EE, 8A and BB. RGB value is (238,138,187). Sum of RGB (Red+Green+Blue) = 238+138+187=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ABB is #117544. Grayscale: #ADADAD. Windows color (decimal): -1144133 or 12290798. OLE color: 12290798.
HSL color Cylindrical-coordinate representation of color #EE8ABB: hue angle of 330.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8ABB is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 187 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 330.6º | 0.75% | 0.74% | - |
| HSV(B) | 330.6º | 0.42% | 0.93% | - |
| XYZ | 53.32 | 39.94 | 51.91 | - |
| YUV | 173.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 187 | 0 | 0.42 | 0.21 | 0.07 | 330.6 | 0.75 | 0.74 |
| Hex | EE | 8A | BB | 0 | 2A | 15 | 7 | 14B | 4B | 4A |
| Octal | 356 | 212 | 273 | 0 | 52 | 25 | 7 | 513 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10111011 | 0 | 101010 | 10101 | 111 | 101001011 | 1001011 | 1001010 |
Color Harmonies of #EE8ABB
Complementary color
Monochromatic Colors of #EE8ABB
Black with #EE8ABB
Text Example
Text Example
White with #EE8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8ABB; }
p { color: rgb(238,138,187); }
H1.HeaderClassName
{
color: #EE8ABB;
}
.AnyTagClassName
{
color: #EE8ABB;
}
</style>
background-color css
<style>
a { background-color: #EE8ABB; }
a { background-color: rgb(238,138,187); }
div.DivClassName
{
background-color: #EE8ABB;
}
.BgClassName
{
background-color: #EE8ABB;
}
</style>
border-color css
<style>
span { border-color: #EE8ABB; }
span { border-color: rgb(238,138,187); }
td.TdClassName
{
border-color: #EE8ABB;
}
.TagClassName
{
border-color: #EE8ABB;
}
</style>