Shades of Tea Rose #E684C2
Tints of Tea Rose #E684C2
RGB
CMYK
RGB Variations
Color information
#E684C2 (or 0xE684C2) is known color: Tea Rose. HEX triplet: E6, 84 and C2. RGB value is (230,132,194). Sum of RGB (Red+Green+Blue) = 230+132+194=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E684C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E684C2 is #197B3D. Grayscale: #A8A8A8. Windows color (decimal): -1669950 or 12748006. OLE color: 12748006.
HSL color Cylindrical-coordinate representation of color #E684C2: hue angle of 322.04º 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 #E684C2 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 194 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.10 |
| HSL | 322.04º | 0.66% | 0.71% | - |
| HSV(B) | 322.04º | 0.43% | 0.9% | - |
| XYZ | 50.62 | 37.22 | 55.56 | - |
| YUV | 168.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 194 | 0 | 0.43 | 0.16 | 0.10 | 322.04 | 0.66 | 0.71 |
| Hex | E6 | 84 | C2 | 0 | 2B | 10 | A | 142 | 42 | 47 |
| Octal | 346 | 204 | 302 | 0 | 53 | 20 | 12 | 502 | 102 | 107 |
| Binary | 11100110 | 10000100 | 11000010 | 0 | 101011 | 10000 | 1010 | 101000010 | 1000010 | 1000111 |
Color Harmonies of #E684C2
Complementary color
Monochromatic Colors of #E684C2
Black with #E684C2
Text Example
Text Example
White with #E684C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E684C2; }
p { color: rgb(230,132,194); }
H1.HeaderClassName
{
color: #E684C2;
}
.AnyTagClassName
{
color: #E684C2;
}
</style>
background-color css
<style>
a { background-color: #E684C2; }
a { background-color: rgb(230,132,194); }
div.DivClassName
{
background-color: #E684C2;
}
.BgClassName
{
background-color: #E684C2;
}
</style>
border-color css
<style>
span { border-color: #E684C2; }
span { border-color: rgb(230,132,194); }
td.TdClassName
{
border-color: #E684C2;
}
.TagClassName
{
border-color: #E684C2;
}
</style>