Shades of Tea Rose #E682CD
Tints of Tea Rose #E682CD
RGB
CMYK
RGB Variations
Color information
#E682CD (or 0xE682CD) is known color: Tea Rose. HEX triplet: E6, 82 and CD. RGB value is (230,130,205). Sum of RGB (Red+Green+Blue) = 230+130+205=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E682CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682CD is #197D32. Grayscale: #A8A8A8. Windows color (decimal): -1670451 or 13468390. OLE color: 13468390.
HSL color Cylindrical-coordinate representation of color #E682CD: hue angle of 315º 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 #E682CD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 205 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.10 |
| HSL | 315º | 0.67% | 0.71% | - |
| HSV(B) | 315º | 0.43% | 0.9% | - |
| XYZ | 51.64 | 37.2 | 62.22 | - |
| YUV | 168.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 205 | 0 | 0.43 | 0.11 | 0.10 | 315 | 0.67 | 0.71 |
| Hex | E6 | 82 | CD | 0 | 2B | B | A | 13B | 43 | 47 |
| Octal | 346 | 202 | 315 | 0 | 53 | 13 | 12 | 473 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11001101 | 0 | 101011 | 1011 | 1010 | 100111011 | 1000011 | 1000111 |
Color Harmonies of #E682CD
Complementary color
Monochromatic Colors of #E682CD
Black with #E682CD
Text Example
Text Example
White with #E682CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682CD; }
p { color: rgb(230,130,205); }
H1.HeaderClassName
{
color: #E682CD;
}
.AnyTagClassName
{
color: #E682CD;
}
</style>
background-color css
<style>
a { background-color: #E682CD; }
a { background-color: rgb(230,130,205); }
div.DivClassName
{
background-color: #E682CD;
}
.BgClassName
{
background-color: #E682CD;
}
</style>
border-color css
<style>
span { border-color: #E682CD; }
span { border-color: rgb(230,130,205); }
td.TdClassName
{
border-color: #E682CD;
}
.TagClassName
{
border-color: #E682CD;
}
</style>