Shades of Tea Rose #E687C0
Tints of Tea Rose #E687C0
RGB
CMYK
RGB Variations
Color information
#E687C0 (or 0xE687C0) is known color: Tea Rose. HEX triplet: E6, 87 and C0. RGB value is (230,135,192). Sum of RGB (Red+Green+Blue) = 230+135+192=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E687C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E687C0 is #19783F. Grayscale: #A9A9A9. Windows color (decimal): -1669184 or 12617702. OLE color: 12617702.
HSL color Cylindrical-coordinate representation of color #E687C0: hue angle of 324º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687C0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 192 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.10 |
| HSL | 324º | 0.66% | 0.72% | - |
| HSV(B) | 324º | 0.41% | 0.9% | - |
| XYZ | 50.81 | 37.96 | 54.52 | - |
| YUV | 169.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 192 | 0 | 0.41 | 0.17 | 0.10 | 324 | 0.66 | 0.72 |
| Hex | E6 | 87 | C0 | 0 | 29 | 11 | A | 144 | 42 | 48 |
| Octal | 346 | 207 | 300 | 0 | 51 | 21 | 12 | 504 | 102 | 110 |
| Binary | 11100110 | 10000111 | 11000000 | 0 | 101001 | 10001 | 1010 | 101000100 | 1000010 | 1001000 |
Color Harmonies of #E687C0
Complementary color
Monochromatic Colors of #E687C0
Black with #E687C0
Text Example
Text Example
White with #E687C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687C0; }
p { color: rgb(230,135,192); }
H1.HeaderClassName
{
color: #E687C0;
}
.AnyTagClassName
{
color: #E687C0;
}
</style>
background-color css
<style>
a { background-color: #E687C0; }
a { background-color: rgb(230,135,192); }
div.DivClassName
{
background-color: #E687C0;
}
.BgClassName
{
background-color: #E687C0;
}
</style>
border-color css
<style>
span { border-color: #E687C0; }
span { border-color: rgb(230,135,192); }
td.TdClassName
{
border-color: #E687C0;
}
.TagClassName
{
border-color: #E687C0;
}
</style>