Shades of Tea Rose #E68DCB
Tints of Tea Rose #E68DCB
RGB
CMYK
RGB Variations
Color information
#E68DCB (or 0xE68DCB) is known color: Tea Rose. HEX triplet: E6, 8D and CB. RGB value is (230,141,203). Sum of RGB (Red+Green+Blue) = 230+141+203=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68DCB is #197234. Grayscale: #AEAEAE. Windows color (decimal): -1667637 or 13340134. OLE color: 13340134.
HSL color Cylindrical-coordinate representation of color #E68DCB: hue angle of 318.2º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DCB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 203 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.10 |
| HSL | 318.2º | 0.64% | 0.73% | - |
| HSV(B) | 318.2º | 0.39% | 0.9% | - |
| XYZ | 52.94 | 40.18 | 61.47 | - |
| YUV | 174.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 203 | 0 | 0.39 | 0.12 | 0.10 | 318.2 | 0.64 | 0.73 |
| Hex | E6 | 8D | CB | 0 | 27 | C | A | 13E | 40 | 49 |
| Octal | 346 | 215 | 313 | 0 | 47 | 14 | 12 | 476 | 100 | 111 |
| Binary | 11100110 | 10001101 | 11001011 | 0 | 100111 | 1100 | 1010 | 100111110 | 1000000 | 1001001 |
Color Harmonies of #E68DCB
Complementary color
Monochromatic Colors of #E68DCB
Black with #E68DCB
Text Example
Text Example
White with #E68DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DCB; }
p { color: rgb(230,141,203); }
H1.HeaderClassName
{
color: #E68DCB;
}
.AnyTagClassName
{
color: #E68DCB;
}
</style>
background-color css
<style>
a { background-color: #E68DCB; }
a { background-color: rgb(230,141,203); }
div.DivClassName
{
background-color: #E68DCB;
}
.BgClassName
{
background-color: #E68DCB;
}
</style>
border-color css
<style>
span { border-color: #E68DCB; }
span { border-color: rgb(230,141,203); }
td.TdClassName
{
border-color: #E68DCB;
}
.TagClassName
{
border-color: #E68DCB;
}
</style>