Shades of Tea Rose #E684C7
Tints of Tea Rose #E684C7
RGB
CMYK
RGB Variations
Color information
#E684C7 (or 0xE684C7) is known color: Tea Rose. HEX triplet: E6, 84 and C7. RGB value is (230,132,199). Sum of RGB (Red+Green+Blue) = 230+132+199=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E684C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684C7 is #197B38. Grayscale: #A8A8A8. Windows color (decimal): -1669945 or 13075686. OLE color: 13075686.
HSL color Cylindrical-coordinate representation of color #E684C7: hue angle of 318.98º 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 #E684C7 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 199 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.10 |
| HSL | 318.98º | 0.66% | 0.71% | - |
| HSV(B) | 318.98º | 0.43% | 0.9% | - |
| XYZ | 51.19 | 37.45 | 58.56 | - |
| YUV | 168.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 199 | 0 | 0.43 | 0.13 | 0.10 | 318.98 | 0.66 | 0.71 |
| Hex | E6 | 84 | C7 | 0 | 2B | D | A | 13F | 42 | 47 |
| Octal | 346 | 204 | 307 | 0 | 53 | 15 | 12 | 477 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11000111 | 0 | 101011 | 1101 | 1010 | 100111111 | 1000010 | 1000111 |
Color Harmonies of #E684C7
Complementary color
Monochromatic Colors of #E684C7
Black with #E684C7
Text Example
Text Example
White with #E684C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684C7; }
p { color: rgb(230,132,199); }
H1.HeaderClassName
{
color: #E684C7;
}
.AnyTagClassName
{
color: #E684C7;
}
</style>
background-color css
<style>
a { background-color: #E684C7; }
a { background-color: rgb(230,132,199); }
div.DivClassName
{
background-color: #E684C7;
}
.BgClassName
{
background-color: #E684C7;
}
</style>
border-color css
<style>
span { border-color: #E684C7; }
span { border-color: rgb(230,132,199); }
td.TdClassName
{
border-color: #E684C7;
}
.TagClassName
{
border-color: #E684C7;
}
</style>