Shades of Tea Rose #E685CA
Tints of Tea Rose #E685CA
RGB
CMYK
RGB Variations
Color information
#E685CA (or 0xE685CA) is known color: Tea Rose. HEX triplet: E6, 85 and CA. RGB value is (230,133,202). Sum of RGB (Red+Green+Blue) = 230+133+202=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E685CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685CA is #197A35. Grayscale: #A9A9A9. Windows color (decimal): -1669686 or 13272550. OLE color: 13272550.
HSL color Cylindrical-coordinate representation of color #E685CA: hue angle of 317.32º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685CA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 202 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.10 |
| HSL | 317.32º | 0.66% | 0.71% | - |
| HSV(B) | 317.32º | 0.42% | 0.9% | - |
| XYZ | 51.68 | 37.86 | 60.46 | - |
| YUV | 169.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 202 | 0 | 0.42 | 0.12 | 0.10 | 317.32 | 0.66 | 0.71 |
| Hex | E6 | 85 | CA | 0 | 2A | C | A | 13D | 42 | 47 |
| Octal | 346 | 205 | 312 | 0 | 52 | 14 | 12 | 475 | 102 | 107 |
| Binary | 11100110 | 10000101 | 11001010 | 0 | 101010 | 1100 | 1010 | 100111101 | 1000010 | 1000111 |
Color Harmonies of #E685CA
Complementary color
Monochromatic Colors of #E685CA
Black with #E685CA
Text Example
Text Example
White with #E685CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685CA; }
p { color: rgb(230,133,202); }
H1.HeaderClassName
{
color: #E685CA;
}
.AnyTagClassName
{
color: #E685CA;
}
</style>
background-color css
<style>
a { background-color: #E685CA; }
a { background-color: rgb(230,133,202); }
div.DivClassName
{
background-color: #E685CA;
}
.BgClassName
{
background-color: #E685CA;
}
</style>
border-color css
<style>
span { border-color: #E685CA; }
span { border-color: rgb(230,133,202); }
td.TdClassName
{
border-color: #E685CA;
}
.TagClassName
{
border-color: #E685CA;
}
</style>