Shades of Tea Rose #E980CB
Tints of Tea Rose #E980CB
RGB
CMYK
RGB Variations
Color information
#E980CB (or 0xE980CB) is known color: Tea Rose. HEX triplet: E9, 80 and CB. RGB value is (233,128,203). Sum of RGB (Red+Green+Blue) = 233+128+203=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E980CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980CB is #167F34. Grayscale: #A7A7A7. Windows color (decimal): -1474357 or 13336809. OLE color: 13336809.
HSL color Cylindrical-coordinate representation of color #E980CB: hue angle of 317.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E980CB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 203 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.09 |
| HSL | 317.14º | 0.7% | 0.71% | - |
| HSV(B) | 317.14º | 0.45% | 0.91% | - |
| XYZ | 52.1 | 37.07 | 60.91 | - |
| YUV | 167.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 203 | 0 | 0.45 | 0.13 | 0.09 | 317.14 | 0.7 | 0.71 |
| Hex | E9 | 80 | CB | 0 | 2D | D | 9 | 13D | 46 | 47 |
| Octal | 351 | 200 | 313 | 0 | 55 | 15 | 11 | 475 | 106 | 107 |
| Binary | 11101001 | 10000000 | 11001011 | 0 | 101101 | 1101 | 1001 | 100111101 | 1000110 | 1000111 |
Color Harmonies of #E980CB
Complementary color
Monochromatic Colors of #E980CB
Black with #E980CB
Text Example
Text Example
White with #E980CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E980CB; }
p { color: rgb(233,128,203); }
H1.HeaderClassName
{
color: #E980CB;
}
.AnyTagClassName
{
color: #E980CB;
}
</style>
background-color css
<style>
a { background-color: #E980CB; }
a { background-color: rgb(233,128,203); }
div.DivClassName
{
background-color: #E980CB;
}
.BgClassName
{
background-color: #E980CB;
}
</style>
border-color css
<style>
span { border-color: #E980CB; }
span { border-color: rgb(233,128,203); }
td.TdClassName
{
border-color: #E980CB;
}
.TagClassName
{
border-color: #E980CB;
}
</style>