Shades of Tea Rose #EE8ABC
Tints of Tea Rose #EE8ABC
RGB
CMYK
RGB Variations
Color information
#EE8ABC (or 0xEE8ABC) is known color: Tea Rose. HEX triplet: EE, 8A and BC. RGB value is (238,138,188). Sum of RGB (Red+Green+Blue) = 238+138+188=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ABC is #117543. Grayscale: #ADADAD. Windows color (decimal): -1144132 or 12356334. OLE color: 12356334.
HSL color Cylindrical-coordinate representation of color #EE8ABC: hue angle of 330º 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 #EE8ABC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 188 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 330º | 0.75% | 0.74% | - |
| HSV(B) | 330º | 0.42% | 0.93% | - |
| XYZ | 53.43 | 39.98 | 52.48 | - |
| YUV | 173.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 188 | 0 | 0.42 | 0.21 | 0.07 | 330 | 0.75 | 0.74 |
| Hex | EE | 8A | BC | 0 | 2A | 15 | 7 | 14A | 4B | 4A |
| Octal | 356 | 212 | 274 | 0 | 52 | 25 | 7 | 512 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10111100 | 0 | 101010 | 10101 | 111 | 101001010 | 1001011 | 1001010 |
Color Harmonies of #EE8ABC
Complementary color
Monochromatic Colors of #EE8ABC
Black with #EE8ABC
Text Example
Text Example
White with #EE8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8ABC; }
p { color: rgb(238,138,188); }
H1.HeaderClassName
{
color: #EE8ABC;
}
.AnyTagClassName
{
color: #EE8ABC;
}
</style>
background-color css
<style>
a { background-color: #EE8ABC; }
a { background-color: rgb(238,138,188); }
div.DivClassName
{
background-color: #EE8ABC;
}
.BgClassName
{
background-color: #EE8ABC;
}
</style>
border-color css
<style>
span { border-color: #EE8ABC; }
span { border-color: rgb(238,138,188); }
td.TdClassName
{
border-color: #EE8ABC;
}
.TagClassName
{
border-color: #EE8ABC;
}
</style>