Shades of Tea Rose #EA8BCD
Tints of Tea Rose #EA8BCD
RGB
CMYK
RGB Variations
Color information
#EA8BCD (or 0xEA8BCD) is known color: Tea Rose. HEX triplet: EA, 8B and CD. RGB value is (234,139,205). Sum of RGB (Red+Green+Blue) = 234+139+205=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BCD is #157432. Grayscale: #AEAEAE. Windows color (decimal): -1406003 or 13470698. OLE color: 13470698.
HSL color Cylindrical-coordinate representation of color #EA8BCD: hue angle of 318.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BCD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 205 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.08 |
| HSL | 318.32º | 0.69% | 0.73% | - |
| HSV(B) | 318.32º | 0.41% | 0.92% | - |
| XYZ | 54.18 | 40.37 | 62.69 | - |
| YUV | 174.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 205 | 0 | 0.41 | 0.12 | 0.08 | 318.32 | 0.69 | 0.73 |
| Hex | EA | 8B | CD | 0 | 29 | C | 8 | 13E | 45 | 49 |
| Octal | 352 | 213 | 315 | 0 | 51 | 14 | 10 | 476 | 105 | 111 |
| Binary | 11101010 | 10001011 | 11001101 | 0 | 101001 | 1100 | 1000 | 100111110 | 1000101 | 1001001 |
Color Harmonies of #EA8BCD
Complementary color
Monochromatic Colors of #EA8BCD
Black with #EA8BCD
Text Example
Text Example
White with #EA8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BCD; }
p { color: rgb(234,139,205); }
H1.HeaderClassName
{
color: #EA8BCD;
}
.AnyTagClassName
{
color: #EA8BCD;
}
</style>
background-color css
<style>
a { background-color: #EA8BCD; }
a { background-color: rgb(234,139,205); }
div.DivClassName
{
background-color: #EA8BCD;
}
.BgClassName
{
background-color: #EA8BCD;
}
</style>
border-color css
<style>
span { border-color: #EA8BCD; }
span { border-color: rgb(234,139,205); }
td.TdClassName
{
border-color: #EA8BCD;
}
.TagClassName
{
border-color: #EA8BCD;
}
</style>