Shades of Tea Rose #E684C9
Tints of Tea Rose #E684C9
RGB
CMYK
RGB Variations
Color information
#E684C9 (or 0xE684C9) is known color: Tea Rose. HEX triplet: E6, 84 and C9. RGB value is (230,132,201). Sum of RGB (Red+Green+Blue) = 230+132+201=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E684C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684C9 is #197B36. Grayscale: #A8A8A8. Windows color (decimal): -1669943 or 13206758. OLE color: 13206758.
HSL color Cylindrical-coordinate representation of color #E684C9: hue angle of 317.76º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684C9 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 201 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.10 |
| HSL | 317.76º | 0.66% | 0.71% | - |
| HSV(B) | 317.76º | 0.43% | 0.9% | - |
| XYZ | 51.43 | 37.54 | 59.79 | - |
| YUV | 169.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 201 | 0 | 0.43 | 0.13 | 0.10 | 317.76 | 0.66 | 0.71 |
| Hex | E6 | 84 | C9 | 0 | 2B | D | A | 13E | 42 | 47 |
| Octal | 346 | 204 | 311 | 0 | 53 | 15 | 12 | 476 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11001001 | 0 | 101011 | 1101 | 1010 | 100111110 | 1000010 | 1000111 |
Color Harmonies of #E684C9
Complementary color
Monochromatic Colors of #E684C9
Black with #E684C9
Text Example
Text Example
White with #E684C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684C9; }
p { color: rgb(230,132,201); }
H1.HeaderClassName
{
color: #E684C9;
}
.AnyTagClassName
{
color: #E684C9;
}
</style>
background-color css
<style>
a { background-color: #E684C9; }
a { background-color: rgb(230,132,201); }
div.DivClassName
{
background-color: #E684C9;
}
.BgClassName
{
background-color: #E684C9;
}
</style>
border-color css
<style>
span { border-color: #E684C9; }
span { border-color: rgb(230,132,201); }
td.TdClassName
{
border-color: #E684C9;
}
.TagClassName
{
border-color: #E684C9;
}
</style>