Shades of Tea Rose #E787CB
Tints of Tea Rose #E787CB
RGB
CMYK
RGB Variations
Color information
#E787CB (or 0xE787CB) is known color: Tea Rose. HEX triplet: E7, 87 and CB. RGB value is (231,135,203). Sum of RGB (Red+Green+Blue) = 231+135+203=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E787CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787CB is #187834. Grayscale: #ABABAB. Windows color (decimal): -1603637 or 13338599. OLE color: 13338599.
HSL color Cylindrical-coordinate representation of color #E787CB: hue angle of 317.5º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E787CB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 203 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.09 |
| HSL | 317.5º | 0.67% | 0.72% | - |
| HSV(B) | 317.5º | 0.42% | 0.91% | - |
| XYZ | 52.4 | 38.63 | 61.19 | - |
| YUV | 171.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 203 | 0 | 0.42 | 0.12 | 0.09 | 317.5 | 0.67 | 0.72 |
| Hex | E7 | 87 | CB | 0 | 2A | C | 9 | 13E | 43 | 48 |
| Octal | 347 | 207 | 313 | 0 | 52 | 14 | 11 | 476 | 103 | 110 |
| Binary | 11100111 | 10000111 | 11001011 | 0 | 101010 | 1100 | 1001 | 100111110 | 1000011 | 1001000 |
Color Harmonies of #E787CB
Complementary color
Monochromatic Colors of #E787CB
Black with #E787CB
Text Example
Text Example
White with #E787CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E787CB; }
p { color: rgb(231,135,203); }
H1.HeaderClassName
{
color: #E787CB;
}
.AnyTagClassName
{
color: #E787CB;
}
</style>
background-color css
<style>
a { background-color: #E787CB; }
a { background-color: rgb(231,135,203); }
div.DivClassName
{
background-color: #E787CB;
}
.BgClassName
{
background-color: #E787CB;
}
</style>
border-color css
<style>
span { border-color: #E787CB; }
span { border-color: rgb(231,135,203); }
td.TdClassName
{
border-color: #E787CB;
}
.TagClassName
{
border-color: #E787CB;
}
</style>