Shades of Tea Rose #EA81CD
Tints of Tea Rose #EA81CD
RGB
CMYK
RGB Variations
Color information
#EA81CD (or 0xEA81CD) is known color: Tea Rose. HEX triplet: EA, 81 and CD. RGB value is (234,129,205). Sum of RGB (Red+Green+Blue) = 234+129+205=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81CD is #157E32. Grayscale: #A8A8A8. Windows color (decimal): -1408563 or 13468138. OLE color: 13468138.
HSL color Cylindrical-coordinate representation of color #EA81CD: hue angle of 316.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA81CD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 205 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.08 |
| HSL | 316.57º | 0.71% | 0.71% | - |
| HSV(B) | 316.57º | 0.45% | 0.92% | - |
| XYZ | 52.8 | 37.6 | 62.23 | - |
| YUV | 169.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 205 | 0 | 0.45 | 0.12 | 0.08 | 316.57 | 0.71 | 0.71 |
| Hex | EA | 81 | CD | 0 | 2D | C | 8 | 13D | 47 | 47 |
| Octal | 352 | 201 | 315 | 0 | 55 | 14 | 10 | 475 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11001101 | 0 | 101101 | 1100 | 1000 | 100111101 | 1000111 | 1000111 |
Color Harmonies of #EA81CD
Complementary color
Monochromatic Colors of #EA81CD
Black with #EA81CD
Text Example
Text Example
White with #EA81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81CD; }
p { color: rgb(234,129,205); }
H1.HeaderClassName
{
color: #EA81CD;
}
.AnyTagClassName
{
color: #EA81CD;
}
</style>
background-color css
<style>
a { background-color: #EA81CD; }
a { background-color: rgb(234,129,205); }
div.DivClassName
{
background-color: #EA81CD;
}
.BgClassName
{
background-color: #EA81CD;
}
</style>
border-color css
<style>
span { border-color: #EA81CD; }
span { border-color: rgb(234,129,205); }
td.TdClassName
{
border-color: #EA81CD;
}
.TagClassName
{
border-color: #EA81CD;
}
</style>