Shades of Tea Rose #E782CB
Tints of Tea Rose #E782CB
RGB
CMYK
RGB Variations
Color information
#E782CB (or 0xE782CB) is known color: Tea Rose. HEX triplet: E7, 82 and CB. RGB value is (231,130,203). Sum of RGB (Red+Green+Blue) = 231+130+203=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E782CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782CB is #187D34. Grayscale: #A8A8A8. Windows color (decimal): -1604917 or 13337319. OLE color: 13337319.
HSL color Cylindrical-coordinate representation of color #E782CB: hue angle of 316.63º degrees, saturation: 0.68, 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 #E782CB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 203 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.09 |
| HSL | 316.63º | 0.68% | 0.71% | - |
| HSV(B) | 316.63º | 0.44% | 0.91% | - |
| XYZ | 51.72 | 37.27 | 60.97 | - |
| YUV | 168.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 203 | 0 | 0.44 | 0.12 | 0.09 | 316.63 | 0.68 | 0.71 |
| Hex | E7 | 82 | CB | 0 | 2C | C | 9 | 13D | 44 | 47 |
| Octal | 347 | 202 | 313 | 0 | 54 | 14 | 11 | 475 | 104 | 107 |
| Binary | 11100111 | 10000010 | 11001011 | 0 | 101100 | 1100 | 1001 | 100111101 | 1000100 | 1000111 |
Color Harmonies of #E782CB
Complementary color
Monochromatic Colors of #E782CB
Black with #E782CB
Text Example
Text Example
White with #E782CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E782CB; }
p { color: rgb(231,130,203); }
H1.HeaderClassName
{
color: #E782CB;
}
.AnyTagClassName
{
color: #E782CB;
}
</style>
background-color css
<style>
a { background-color: #E782CB; }
a { background-color: rgb(231,130,203); }
div.DivClassName
{
background-color: #E782CB;
}
.BgClassName
{
background-color: #E782CB;
}
</style>
border-color css
<style>
span { border-color: #E782CB; }
span { border-color: rgb(231,130,203); }
td.TdClassName
{
border-color: #E782CB;
}
.TagClassName
{
border-color: #E782CB;
}
</style>