Shades of Tea Rose #E986CB
Tints of Tea Rose #E986CB
RGB
CMYK
RGB Variations
Color information
#E986CB (or 0xE986CB) is known color: Tea Rose. HEX triplet: E9, 86 and CB. RGB value is (233,134,203). Sum of RGB (Red+Green+Blue) = 233+134+203=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E986CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986CB is #167934. Grayscale: #ABABAB. Windows color (decimal): -1472821 or 13338345. OLE color: 13338345.
HSL color Cylindrical-coordinate representation of color #E986CB: hue angle of 318.18º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E986CB is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 203 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.09 |
| HSL | 318.18º | 0.69% | 0.72% | - |
| HSV(B) | 318.18º | 0.42% | 0.91% | - |
| XYZ | 52.91 | 38.69 | 61.18 | - |
| YUV | 171.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 203 | 0 | 0.42 | 0.13 | 0.09 | 318.18 | 0.69 | 0.72 |
| Hex | E9 | 86 | CB | 0 | 2A | D | 9 | 13E | 45 | 48 |
| Octal | 351 | 206 | 313 | 0 | 52 | 15 | 11 | 476 | 105 | 110 |
| Binary | 11101001 | 10000110 | 11001011 | 0 | 101010 | 1101 | 1001 | 100111110 | 1000101 | 1001000 |
Color Harmonies of #E986CB
Complementary color
Monochromatic Colors of #E986CB
Black with #E986CB
Text Example
Text Example
White with #E986CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E986CB; }
p { color: rgb(233,134,203); }
H1.HeaderClassName
{
color: #E986CB;
}
.AnyTagClassName
{
color: #E986CB;
}
</style>
background-color css
<style>
a { background-color: #E986CB; }
a { background-color: rgb(233,134,203); }
div.DivClassName
{
background-color: #E986CB;
}
.BgClassName
{
background-color: #E986CB;
}
</style>
border-color css
<style>
span { border-color: #E986CB; }
span { border-color: rgb(233,134,203); }
td.TdClassName
{
border-color: #E986CB;
}
.TagClassName
{
border-color: #E986CB;
}
</style>