Shades of Tea Rose #E685CB
Tints of Tea Rose #E685CB
RGB
CMYK
RGB Variations
Color information
#E685CB (or 0xE685CB) is known color: Tea Rose. HEX triplet: E6, 85 and CB. RGB value is (230,133,203). Sum of RGB (Red+Green+Blue) = 230+133+203=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E685CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E685CB is #197A34. Grayscale: #A9A9A9. Windows color (decimal): -1669685 or 13338086. OLE color: 13338086.
HSL color Cylindrical-coordinate representation of color #E685CB: hue angle of 316.7º 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 #E685CB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 203 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.10 |
| HSL | 316.7º | 0.66% | 0.71% | - |
| HSV(B) | 316.7º | 0.42% | 0.9% | - |
| XYZ | 51.8 | 37.91 | 61.09 | - |
| YUV | 169.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 203 | 0 | 0.42 | 0.12 | 0.10 | 316.7 | 0.66 | 0.71 |
| Hex | E6 | 85 | CB | 0 | 2A | C | A | 13D | 42 | 47 |
| Octal | 346 | 205 | 313 | 0 | 52 | 14 | 12 | 475 | 102 | 107 |
| Binary | 11100110 | 10000101 | 11001011 | 0 | 101010 | 1100 | 1010 | 100111101 | 1000010 | 1000111 |
Color Harmonies of #E685CB
Complementary color
Monochromatic Colors of #E685CB
Black with #E685CB
Text Example
Text Example
White with #E685CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685CB; }
p { color: rgb(230,133,203); }
H1.HeaderClassName
{
color: #E685CB;
}
.AnyTagClassName
{
color: #E685CB;
}
</style>
background-color css
<style>
a { background-color: #E685CB; }
a { background-color: rgb(230,133,203); }
div.DivClassName
{
background-color: #E685CB;
}
.BgClassName
{
background-color: #E685CB;
}
</style>
border-color css
<style>
span { border-color: #E685CB; }
span { border-color: rgb(230,133,203); }
td.TdClassName
{
border-color: #E685CB;
}
.TagClassName
{
border-color: #E685CB;
}
</style>