Shades of Tea Rose #E882CD
Tints of Tea Rose #E882CD
RGB
CMYK
RGB Variations
Color information
#E882CD (or 0xE882CD) is known color: Tea Rose. HEX triplet: E8, 82 and CD. RGB value is (232,130,205). Sum of RGB (Red+Green+Blue) = 232+130+205=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E882CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882CD is #177D32. Grayscale: #A8A8A8. Windows color (decimal): -1539379 or 13468392. OLE color: 13468392.
HSL color Cylindrical-coordinate representation of color #E882CD: hue angle of 315.88º 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 #E882CD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 205 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.09 |
| HSL | 315.88º | 0.69% | 0.71% | - |
| HSV(B) | 315.88º | 0.44% | 0.91% | - |
| XYZ | 52.28 | 37.53 | 62.25 | - |
| YUV | 169.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 205 | 0 | 0.44 | 0.12 | 0.09 | 315.88 | 0.69 | 0.71 |
| Hex | E8 | 82 | CD | 0 | 2C | C | 9 | 13C | 45 | 47 |
| Octal | 350 | 202 | 315 | 0 | 54 | 14 | 11 | 474 | 105 | 107 |
| Binary | 11101000 | 10000010 | 11001101 | 0 | 101100 | 1100 | 1001 | 100111100 | 1000101 | 1000111 |
Color Harmonies of #E882CD
Complementary color
Monochromatic Colors of #E882CD
Black with #E882CD
Text Example
Text Example
White with #E882CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882CD; }
p { color: rgb(232,130,205); }
H1.HeaderClassName
{
color: #E882CD;
}
.AnyTagClassName
{
color: #E882CD;
}
</style>
background-color css
<style>
a { background-color: #E882CD; }
a { background-color: rgb(232,130,205); }
div.DivClassName
{
background-color: #E882CD;
}
.BgClassName
{
background-color: #E882CD;
}
</style>
border-color css
<style>
span { border-color: #E882CD; }
span { border-color: rgb(232,130,205); }
td.TdClassName
{
border-color: #E882CD;
}
.TagClassName
{
border-color: #E882CD;
}
</style>