Shades of Tea Rose #EE8BBD
Tints of Tea Rose #EE8BBD
RGB
CMYK
RGB Variations
Color information
#EE8BBD (or 0xEE8BBD) is known color: Tea Rose. HEX triplet: EE, 8B and BD. RGB value is (238,139,189). Sum of RGB (Red+Green+Blue) = 238+139+189=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BBD is #117442. Grayscale: #AEAEAE. Windows color (decimal): -1143875 or 12422126. OLE color: 12422126.
HSL color Cylindrical-coordinate representation of color #EE8BBD: hue angle of 329.7º degrees, saturation: 0.74, 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 #EE8BBD is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 189 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 329.7º | 0.74% | 0.74% | - |
| HSV(B) | 329.7º | 0.42% | 0.93% | - |
| XYZ | 53.68 | 40.32 | 53.1 | - |
| YUV | 174.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 189 | 0 | 0.42 | 0.21 | 0.07 | 329.7 | 0.74 | 0.74 |
| Hex | EE | 8B | BD | 0 | 2A | 15 | 7 | 14A | 4A | 4A |
| Octal | 356 | 213 | 275 | 0 | 52 | 25 | 7 | 512 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10111101 | 0 | 101010 | 10101 | 111 | 101001010 | 1001010 | 1001010 |
Color Harmonies of #EE8BBD
Complementary color
Monochromatic Colors of #EE8BBD
Black with #EE8BBD
Text Example
Text Example
White with #EE8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BBD; }
p { color: rgb(238,139,189); }
H1.HeaderClassName
{
color: #EE8BBD;
}
.AnyTagClassName
{
color: #EE8BBD;
}
</style>
background-color css
<style>
a { background-color: #EE8BBD; }
a { background-color: rgb(238,139,189); }
div.DivClassName
{
background-color: #EE8BBD;
}
.BgClassName
{
background-color: #EE8BBD;
}
</style>
border-color css
<style>
span { border-color: #EE8BBD; }
span { border-color: rgb(238,139,189); }
td.TdClassName
{
border-color: #EE8BBD;
}
.TagClassName
{
border-color: #EE8BBD;
}
</style>