Shades of Tea Rose #EA86D0
Tints of Tea Rose #EA86D0
RGB
CMYK
RGB Variations
Color information
#EA86D0 (or 0xEA86D0) is known color: Tea Rose. HEX triplet: EA, 86 and D0. RGB value is (234,134,208). Sum of RGB (Red+Green+Blue) = 234+134+208=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86D0 is #15792F. Grayscale: #ACACAC. Windows color (decimal): -1407280 or 13666026. OLE color: 13666026.
HSL color Cylindrical-coordinate representation of color #EA86D0: hue angle of 315.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86D0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 208 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.08 |
| HSL | 315.6º | 0.7% | 0.72% | - |
| HSV(B) | 315.6º | 0.43% | 0.92% | - |
| XYZ | 53.84 | 39.1 | 64.38 | - |
| YUV | 172.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 208 | 0 | 0.43 | 0.11 | 0.08 | 315.6 | 0.7 | 0.72 |
| Hex | EA | 86 | D0 | 0 | 2B | B | 8 | 13C | 46 | 48 |
| Octal | 352 | 206 | 320 | 0 | 53 | 13 | 10 | 474 | 106 | 110 |
| Binary | 11101010 | 10000110 | 11010000 | 0 | 101011 | 1011 | 1000 | 100111100 | 1000110 | 1001000 |
Color Harmonies of #EA86D0
Complementary color
Monochromatic Colors of #EA86D0
Black with #EA86D0
Text Example
Text Example
White with #EA86D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA86D0; }
p { color: rgb(234,134,208); }
H1.HeaderClassName
{
color: #EA86D0;
}
.AnyTagClassName
{
color: #EA86D0;
}
</style>
background-color css
<style>
a { background-color: #EA86D0; }
a { background-color: rgb(234,134,208); }
div.DivClassName
{
background-color: #EA86D0;
}
.BgClassName
{
background-color: #EA86D0;
}
</style>
border-color css
<style>
span { border-color: #EA86D0; }
span { border-color: rgb(234,134,208); }
td.TdClassName
{
border-color: #EA86D0;
}
.TagClassName
{
border-color: #EA86D0;
}
</style>