Shades of Tea Rose #E883CD
Tints of Tea Rose #E883CD
RGB
CMYK
RGB Variations
Color information
#E883CD (or 0xE883CD) is known color: Tea Rose. HEX triplet: E8, 83 and CD. RGB value is (232,131,205). Sum of RGB (Red+Green+Blue) = 232+131+205=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E883CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E883CD is #177C32. Grayscale: #A9A9A9. Windows color (decimal): -1539123 or 13468648. OLE color: 13468648.
HSL color Cylindrical-coordinate representation of color #E883CD: hue angle of 316.04º degrees, saturation: 0.69, 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 #E883CD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 131 | 205 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.09 |
| HSL | 316.04º | 0.69% | 0.71% | - |
| HSV(B) | 316.04º | 0.44% | 0.91% | - |
| XYZ | 52.41 | 37.8 | 62.29 | - |
| YUV | 169.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 131 | 205 | 0 | 0.44 | 0.12 | 0.09 | 316.04 | 0.69 | 0.71 |
| Hex | E8 | 83 | CD | 0 | 2C | C | 9 | 13C | 45 | 47 |
| Octal | 350 | 203 | 315 | 0 | 54 | 14 | 11 | 474 | 105 | 107 |
| Binary | 11101000 | 10000011 | 11001101 | 0 | 101100 | 1100 | 1001 | 100111100 | 1000101 | 1000111 |
Color Harmonies of #E883CD
Complementary color
Monochromatic Colors of #E883CD
Black with #E883CD
Text Example
Text Example
White with #E883CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E883CD; }
p { color: rgb(232,131,205); }
H1.HeaderClassName
{
color: #E883CD;
}
.AnyTagClassName
{
color: #E883CD;
}
</style>
background-color css
<style>
a { background-color: #E883CD; }
a { background-color: rgb(232,131,205); }
div.DivClassName
{
background-color: #E883CD;
}
.BgClassName
{
background-color: #E883CD;
}
</style>
border-color css
<style>
span { border-color: #E883CD; }
span { border-color: rgb(232,131,205); }
td.TdClassName
{
border-color: #E883CD;
}
.TagClassName
{
border-color: #E883CD;
}
</style>