Shades of Tea Rose #EE8AD1
Tints of Tea Rose #EE8AD1
RGB
CMYK
RGB Variations
Color information
#EE8AD1 (or 0xEE8AD1) is known color: Tea Rose. HEX triplet: EE, 8A and D1. RGB value is (238,138,209). Sum of RGB (Red+Green+Blue) = 238+138+209=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AD1 is #11752E. Grayscale: #AFAFAF. Windows color (decimal): -1144111 or 13732590. OLE color: 13732590.
HSL color Cylindrical-coordinate representation of color #EE8AD1: hue angle of 317.4º 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 #EE8AD1 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 209 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.07 |
| HSL | 317.4º | 0.75% | 0.74% | - |
| HSV(B) | 317.4º | 0.42% | 0.93% | - |
| XYZ | 55.86 | 40.96 | 65.28 | - |
| YUV | 175.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 209 | 0 | 0.42 | 0.12 | 0.07 | 317.4 | 0.75 | 0.74 |
| Hex | EE | 8A | D1 | 0 | 2A | C | 7 | 13D | 4B | 4A |
| Octal | 356 | 212 | 321 | 0 | 52 | 14 | 7 | 475 | 113 | 112 |
| Binary | 11101110 | 10001010 | 11010001 | 0 | 101010 | 1100 | 111 | 100111101 | 1001011 | 1001010 |
Color Harmonies of #EE8AD1
Complementary color
Monochromatic Colors of #EE8AD1
Black with #EE8AD1
Text Example
Text Example
White with #EE8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AD1; }
p { color: rgb(238,138,209); }
H1.HeaderClassName
{
color: #EE8AD1;
}
.AnyTagClassName
{
color: #EE8AD1;
}
</style>
background-color css
<style>
a { background-color: #EE8AD1; }
a { background-color: rgb(238,138,209); }
div.DivClassName
{
background-color: #EE8AD1;
}
.BgClassName
{
background-color: #EE8AD1;
}
</style>
border-color css
<style>
span { border-color: #EE8AD1; }
span { border-color: rgb(238,138,209); }
td.TdClassName
{
border-color: #EE8AD1;
}
.TagClassName
{
border-color: #EE8AD1;
}
</style>