Shades of Tea Rose #E682C5
Tints of Tea Rose #E682C5
RGB
CMYK
RGB Variations
Color information
#E682C5 (or 0xE682C5) is known color: Tea Rose. HEX triplet: E6, 82 and C5. RGB value is (230,130,197). Sum of RGB (Red+Green+Blue) = 230+130+197=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E682C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682C5 is #197D3A. Grayscale: #A7A7A7. Windows color (decimal): -1670459 or 12944102. OLE color: 12944102.
HSL color Cylindrical-coordinate representation of color #E682C5: hue angle of 319.8º 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 #E682C5 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 197 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.10 |
| HSL | 319.8º | 0.67% | 0.71% | - |
| HSV(B) | 319.8º | 0.43% | 0.9% | - |
| XYZ | 50.69 | 36.82 | 57.26 | - |
| YUV | 167.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 197 | 0 | 0.43 | 0.14 | 0.10 | 319.8 | 0.67 | 0.71 |
| Hex | E6 | 82 | C5 | 0 | 2B | E | A | 140 | 43 | 47 |
| Octal | 346 | 202 | 305 | 0 | 53 | 16 | 12 | 500 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11000101 | 0 | 101011 | 1110 | 1010 | 101000000 | 1000011 | 1000111 |
Color Harmonies of #E682C5
Complementary color
Monochromatic Colors of #E682C5
Black with #E682C5
Text Example
Text Example
White with #E682C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682C5; }
p { color: rgb(230,130,197); }
H1.HeaderClassName
{
color: #E682C5;
}
.AnyTagClassName
{
color: #E682C5;
}
</style>
background-color css
<style>
a { background-color: #E682C5; }
a { background-color: rgb(230,130,197); }
div.DivClassName
{
background-color: #E682C5;
}
.BgClassName
{
background-color: #E682C5;
}
</style>
border-color css
<style>
span { border-color: #E682C5; }
span { border-color: rgb(230,130,197); }
td.TdClassName
{
border-color: #E682C5;
}
.TagClassName
{
border-color: #E682C5;
}
</style>