Shades of Tea Rose #E682C8
Tints of Tea Rose #E682C8
RGB
CMYK
RGB Variations
Color information
#E682C8 (or 0xE682C8) is known color: Tea Rose. HEX triplet: E6, 82 and C8. RGB value is (230,130,200). Sum of RGB (Red+Green+Blue) = 230+130+200=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E682C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682C8 is #197D37. Grayscale: #A7A7A7. Windows color (decimal): -1670456 or 13140710. OLE color: 13140710.
HSL color Cylindrical-coordinate representation of color #E682C8: hue angle of 318º 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 #E682C8 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 200 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.10 |
| HSL | 318º | 0.67% | 0.71% | - |
| HSV(B) | 318º | 0.43% | 0.9% | - |
| XYZ | 51.04 | 36.96 | 59.09 | - |
| YUV | 167.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 200 | 0 | 0.43 | 0.13 | 0.10 | 318 | 0.67 | 0.71 |
| Hex | E6 | 82 | C8 | 0 | 2B | D | A | 13E | 43 | 47 |
| Octal | 346 | 202 | 310 | 0 | 53 | 15 | 12 | 476 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11001000 | 0 | 101011 | 1101 | 1010 | 100111110 | 1000011 | 1000111 |
Color Harmonies of #E682C8
Complementary color
Monochromatic Colors of #E682C8
Black with #E682C8
Text Example
Text Example
White with #E682C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682C8; }
p { color: rgb(230,130,200); }
H1.HeaderClassName
{
color: #E682C8;
}
.AnyTagClassName
{
color: #E682C8;
}
</style>
background-color css
<style>
a { background-color: #E682C8; }
a { background-color: rgb(230,130,200); }
div.DivClassName
{
background-color: #E682C8;
}
.BgClassName
{
background-color: #E682C8;
}
</style>
border-color css
<style>
span { border-color: #E682C8; }
span { border-color: rgb(230,130,200); }
td.TdClassName
{
border-color: #E682C8;
}
.TagClassName
{
border-color: #E682C8;
}
</style>