Shades of Tea Rose #EE8BCD
Tints of Tea Rose #EE8BCD
RGB
CMYK
RGB Variations
Color information
#EE8BCD (or 0xEE8BCD) is known color: Tea Rose. HEX triplet: EE, 8B and CD. RGB value is (238,139,205). Sum of RGB (Red+Green+Blue) = 238+139+205=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BCD is #117432. Grayscale: #AFAFAF. Windows color (decimal): -1143859 or 13470702. OLE color: 13470702.
HSL color Cylindrical-coordinate representation of color #EE8BCD: hue angle of 320º 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 #EE8BCD is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 205 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.07 |
| HSL | 320º | 0.74% | 0.74% | - |
| HSV(B) | 320º | 0.42% | 0.93% | - |
| XYZ | 55.51 | 41.05 | 62.76 | - |
| YUV | 176.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 205 | 0 | 0.42 | 0.14 | 0.07 | 320 | 0.74 | 0.74 |
| Hex | EE | 8B | CD | 0 | 2A | E | 7 | 140 | 4A | 4A |
| Octal | 356 | 213 | 315 | 0 | 52 | 16 | 7 | 500 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11001101 | 0 | 101010 | 1110 | 111 | 101000000 | 1001010 | 1001010 |
Color Harmonies of #EE8BCD
Complementary color
Monochromatic Colors of #EE8BCD
Black with #EE8BCD
Text Example
Text Example
White with #EE8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BCD; }
p { color: rgb(238,139,205); }
H1.HeaderClassName
{
color: #EE8BCD;
}
.AnyTagClassName
{
color: #EE8BCD;
}
</style>
background-color css
<style>
a { background-color: #EE8BCD; }
a { background-color: rgb(238,139,205); }
div.DivClassName
{
background-color: #EE8BCD;
}
.BgClassName
{
background-color: #EE8BCD;
}
</style>
border-color css
<style>
span { border-color: #EE8BCD; }
span { border-color: rgb(238,139,205); }
td.TdClassName
{
border-color: #EE8BCD;
}
.TagClassName
{
border-color: #EE8BCD;
}
</style>