Shades of Tea Rose #E682C9
Tints of Tea Rose #E682C9
RGB
CMYK
RGB Variations
Color information
#E682C9 (or 0xE682C9) is known color: Tea Rose. HEX triplet: E6, 82 and C9. RGB value is (230,130,201). Sum of RGB (Red+Green+Blue) = 230+130+201=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E682C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682C9 is #197D36. Grayscale: #A7A7A7. Windows color (decimal): -1670455 or 13206246. OLE color: 13206246.
HSL color Cylindrical-coordinate representation of color #E682C9: hue angle of 317.4º degrees, saturation: 0.67, 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 #E682C9 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 201 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.10 |
| HSL | 317.4º | 0.67% | 0.71% | - |
| HSV(B) | 317.4º | 0.43% | 0.9% | - |
| XYZ | 51.16 | 37.01 | 59.7 | - |
| YUV | 167.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 201 | 0 | 0.43 | 0.13 | 0.10 | 317.4 | 0.67 | 0.71 |
| Hex | E6 | 82 | C9 | 0 | 2B | D | A | 13D | 43 | 47 |
| Octal | 346 | 202 | 311 | 0 | 53 | 15 | 12 | 475 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11001001 | 0 | 101011 | 1101 | 1010 | 100111101 | 1000011 | 1000111 |
Color Harmonies of #E682C9
Complementary color
Monochromatic Colors of #E682C9
Black with #E682C9
Text Example
Text Example
White with #E682C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682C9; }
p { color: rgb(230,130,201); }
H1.HeaderClassName
{
color: #E682C9;
}
.AnyTagClassName
{
color: #E682C9;
}
</style>
background-color css
<style>
a { background-color: #E682C9; }
a { background-color: rgb(230,130,201); }
div.DivClassName
{
background-color: #E682C9;
}
.BgClassName
{
background-color: #E682C9;
}
</style>
border-color css
<style>
span { border-color: #E682C9; }
span { border-color: rgb(230,130,201); }
td.TdClassName
{
border-color: #E682C9;
}
.TagClassName
{
border-color: #E682C9;
}
</style>