Shades of Tea Rose #E784CB
Tints of Tea Rose #E784CB
RGB
CMYK
RGB Variations
Color information
#E784CB (or 0xE784CB) is known color: Tea Rose. HEX triplet: E7, 84 and CB. RGB value is (231,132,203). Sum of RGB (Red+Green+Blue) = 231+132+203=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E784CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784CB is #187B34. Grayscale: #A9A9A9. Windows color (decimal): -1604405 or 13337831. OLE color: 13337831.
HSL color Cylindrical-coordinate representation of color #E784CB: hue angle of 316.97º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784CB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 203 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.09 |
| HSL | 316.97º | 0.67% | 0.71% | - |
| HSV(B) | 316.97º | 0.43% | 0.91% | - |
| XYZ | 51.99 | 37.8 | 61.06 | - |
| YUV | 169.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 203 | 0 | 0.43 | 0.12 | 0.09 | 316.97 | 0.67 | 0.71 |
| Hex | E7 | 84 | CB | 0 | 2B | C | 9 | 13D | 43 | 47 |
| Octal | 347 | 204 | 313 | 0 | 53 | 14 | 11 | 475 | 103 | 107 |
| Binary | 11100111 | 10000100 | 11001011 | 0 | 101011 | 1100 | 1001 | 100111101 | 1000011 | 1000111 |
Color Harmonies of #E784CB
Complementary color
Monochromatic Colors of #E784CB
Black with #E784CB
Text Example
Text Example
White with #E784CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784CB; }
p { color: rgb(231,132,203); }
H1.HeaderClassName
{
color: #E784CB;
}
.AnyTagClassName
{
color: #E784CB;
}
</style>
background-color css
<style>
a { background-color: #E784CB; }
a { background-color: rgb(231,132,203); }
div.DivClassName
{
background-color: #E784CB;
}
.BgClassName
{
background-color: #E784CB;
}
</style>
border-color css
<style>
span { border-color: #E784CB; }
span { border-color: rgb(231,132,203); }
td.TdClassName
{
border-color: #E784CB;
}
.TagClassName
{
border-color: #E784CB;
}
</style>