Shades of Tea Rose #E983CB
Tints of Tea Rose #E983CB
RGB
CMYK
RGB Variations
Color information
#E983CB (or 0xE983CB) is known color: Tea Rose. HEX triplet: E9, 83 and CB. RGB value is (233,131,203). Sum of RGB (Red+Green+Blue) = 233+131+203=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E983CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983CB is #167C34. Grayscale: #A9A9A9. Windows color (decimal): -1473589 or 13337577. OLE color: 13337577.
HSL color Cylindrical-coordinate representation of color #E983CB: hue angle of 317.65º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E983CB is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 203 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.09 |
| HSL | 317.65º | 0.7% | 0.71% | - |
| HSV(B) | 317.65º | 0.44% | 0.91% | - |
| XYZ | 52.5 | 37.87 | 61.04 | - |
| YUV | 169.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 203 | 0 | 0.44 | 0.13 | 0.09 | 317.65 | 0.7 | 0.71 |
| Hex | E9 | 83 | CB | 0 | 2C | D | 9 | 13E | 46 | 47 |
| Octal | 351 | 203 | 313 | 0 | 54 | 15 | 11 | 476 | 106 | 107 |
| Binary | 11101001 | 10000011 | 11001011 | 0 | 101100 | 1101 | 1001 | 100111110 | 1000110 | 1000111 |
Color Harmonies of #E983CB
Complementary color
Monochromatic Colors of #E983CB
Black with #E983CB
Text Example
Text Example
White with #E983CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E983CB; }
p { color: rgb(233,131,203); }
H1.HeaderClassName
{
color: #E983CB;
}
.AnyTagClassName
{
color: #E983CB;
}
</style>
background-color css
<style>
a { background-color: #E983CB; }
a { background-color: rgb(233,131,203); }
div.DivClassName
{
background-color: #E983CB;
}
.BgClassName
{
background-color: #E983CB;
}
</style>
border-color css
<style>
span { border-color: #E983CB; }
span { border-color: rgb(233,131,203); }
td.TdClassName
{
border-color: #E983CB;
}
.TagClassName
{
border-color: #E983CB;
}
</style>