Shades of Tea Rose #E68ECF
Tints of Tea Rose #E68ECF
RGB
CMYK
RGB Variations
Color information
#E68ECF (or 0xE68ECF) is known color: Tea Rose. HEX triplet: E6, 8E and CF. RGB value is (230,142,207). Sum of RGB (Red+Green+Blue) = 230+142+207=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ECF is #197130. Grayscale: #AFAFAF. Windows color (decimal): -1667377 or 13602534. OLE color: 13602534.
HSL color Cylindrical-coordinate representation of color #E68ECF: hue angle of 315.68º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68ECF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 207 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.10 |
| HSL | 315.68º | 0.64% | 0.73% | - |
| HSV(B) | 315.68º | 0.38% | 0.9% | - |
| XYZ | 53.57 | 40.67 | 64.06 | - |
| YUV | 175.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 207 | 0 | 0.38 | 0.10 | 0.10 | 315.68 | 0.64 | 0.73 |
| Hex | E6 | 8E | CF | 0 | 26 | A | A | 13C | 40 | 49 |
| Octal | 346 | 216 | 317 | 0 | 46 | 12 | 12 | 474 | 100 | 111 |
| Binary | 11100110 | 10001110 | 11001111 | 0 | 100110 | 1010 | 1010 | 100111100 | 1000000 | 1001001 |
Color Harmonies of #E68ECF
Complementary color
Monochromatic Colors of #E68ECF
Black with #E68ECF
Text Example
Text Example
White with #E68ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ECF; }
p { color: rgb(230,142,207); }
H1.HeaderClassName
{
color: #E68ECF;
}
.AnyTagClassName
{
color: #E68ECF;
}
</style>
background-color css
<style>
a { background-color: #E68ECF; }
a { background-color: rgb(230,142,207); }
div.DivClassName
{
background-color: #E68ECF;
}
.BgClassName
{
background-color: #E68ECF;
}
</style>
border-color css
<style>
span { border-color: #E68ECF; }
span { border-color: rgb(230,142,207); }
td.TdClassName
{
border-color: #E68ECF;
}
.TagClassName
{
border-color: #E68ECF;
}
</style>