Shades of Tea Rose #E68ACB
Tints of Tea Rose #E68ACB
RGB
CMYK
RGB Variations
Color information
#E68ACB (or 0xE68ACB) is known color: Tea Rose. HEX triplet: E6, 8A and CB. RGB value is (230,138,203). Sum of RGB (Red+Green+Blue) = 230+138+203=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E68ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68ACB is #197534. Grayscale: #ACACAC. Windows color (decimal): -1668405 or 13339366. OLE color: 13339366.
HSL color Cylindrical-coordinate representation of color #E68ACB: hue angle of 317.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68ACB is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 203 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.10 |
| HSL | 317.61º | 0.65% | 0.72% | - |
| HSV(B) | 317.61º | 0.4% | 0.9% | - |
| XYZ | 52.5 | 39.31 | 61.32 | - |
| YUV | 172.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 203 | 0 | 0.4 | 0.12 | 0.10 | 317.61 | 0.65 | 0.72 |
| Hex | E6 | 8A | CB | 0 | 28 | C | A | 13E | 41 | 48 |
| Octal | 346 | 212 | 313 | 0 | 50 | 14 | 12 | 476 | 101 | 110 |
| Binary | 11100110 | 10001010 | 11001011 | 0 | 101000 | 1100 | 1010 | 100111110 | 1000001 | 1001000 |
Color Harmonies of #E68ACB
Complementary color
Monochromatic Colors of #E68ACB
Black with #E68ACB
Text Example
Text Example
White with #E68ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68ACB; }
p { color: rgb(230,138,203); }
H1.HeaderClassName
{
color: #E68ACB;
}
.AnyTagClassName
{
color: #E68ACB;
}
</style>
background-color css
<style>
a { background-color: #E68ACB; }
a { background-color: rgb(230,138,203); }
div.DivClassName
{
background-color: #E68ACB;
}
.BgClassName
{
background-color: #E68ACB;
}
</style>
border-color css
<style>
span { border-color: #E68ACB; }
span { border-color: rgb(230,138,203); }
td.TdClassName
{
border-color: #E68ACB;
}
.TagClassName
{
border-color: #E68ACB;
}
</style>