Shades of Tea Rose #E680CA
Tints of Tea Rose #E680CA
RGB
CMYK
RGB Variations
Color information
#E680CA (or 0xE680CA) is known color: Tea Rose. HEX triplet: E6, 80 and CA. RGB value is (230,128,202). Sum of RGB (Red+Green+Blue) = 230+128+202=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E680CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E680CA is #197F35. Grayscale: #A6A6A6. Windows color (decimal): -1670966 or 13271270. OLE color: 13271270.
HSL color Cylindrical-coordinate representation of color #E680CA: hue angle of 316.47º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680CA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 202 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.10 |
| HSL | 316.47º | 0.67% | 0.7% | - |
| HSV(B) | 316.47º | 0.44% | 0.9% | - |
| XYZ | 51.01 | 36.53 | 60.24 | - |
| YUV | 166.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 202 | 0 | 0.44 | 0.12 | 0.10 | 316.47 | 0.67 | 0.7 |
| Hex | E6 | 80 | CA | 0 | 2C | C | A | 13C | 43 | 46 |
| Octal | 346 | 200 | 312 | 0 | 54 | 14 | 12 | 474 | 103 | 106 |
| Binary | 11100110 | 10000000 | 11001010 | 0 | 101100 | 1100 | 1010 | 100111100 | 1000011 | 1000110 |
Color Harmonies of #E680CA
Complementary color
Monochromatic Colors of #E680CA
Black with #E680CA
Text Example
Text Example
White with #E680CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680CA; }
p { color: rgb(230,128,202); }
H1.HeaderClassName
{
color: #E680CA;
}
.AnyTagClassName
{
color: #E680CA;
}
</style>
background-color css
<style>
a { background-color: #E680CA; }
a { background-color: rgb(230,128,202); }
div.DivClassName
{
background-color: #E680CA;
}
.BgClassName
{
background-color: #E680CA;
}
</style>
border-color css
<style>
span { border-color: #E680CA; }
span { border-color: rgb(230,128,202); }
td.TdClassName
{
border-color: #E680CA;
}
.TagClassName
{
border-color: #E680CA;
}
</style>