Shades of Tea Rose #EA81C3
Tints of Tea Rose #EA81C3
RGB
CMYK
RGB Variations
Color information
#EA81C3 (or 0xEA81C3) is known color: Tea Rose. HEX triplet: EA, 81 and C3. RGB value is (234,129,195). Sum of RGB (Red+Green+Blue) = 234+129+195=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C3 is #157E3C. Grayscale: #A7A7A7. Windows color (decimal): -1408573 or 12812778. OLE color: 12812778.
HSL color Cylindrical-coordinate representation of color #EA81C3: hue angle of 322.29º 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 #EA81C3 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 195 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.08 |
| HSL | 322.29º | 0.71% | 0.71% | - |
| HSV(B) | 322.29º | 0.45% | 0.92% | - |
| XYZ | 51.63 | 37.13 | 56.08 | - |
| YUV | 167.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 195 | 0 | 0.45 | 0.17 | 0.08 | 322.29 | 0.71 | 0.71 |
| Hex | EA | 81 | C3 | 0 | 2D | 11 | 8 | 142 | 47 | 47 |
| Octal | 352 | 201 | 303 | 0 | 55 | 21 | 10 | 502 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11000011 | 0 | 101101 | 10001 | 1000 | 101000010 | 1000111 | 1000111 |
Color Harmonies of #EA81C3
Complementary color
Monochromatic Colors of #EA81C3
Black with #EA81C3
Text Example
Text Example
White with #EA81C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81C3; }
p { color: rgb(234,129,195); }
H1.HeaderClassName
{
color: #EA81C3;
}
.AnyTagClassName
{
color: #EA81C3;
}
</style>
background-color css
<style>
a { background-color: #EA81C3; }
a { background-color: rgb(234,129,195); }
div.DivClassName
{
background-color: #EA81C3;
}
.BgClassName
{
background-color: #EA81C3;
}
</style>
border-color css
<style>
span { border-color: #EA81C3; }
span { border-color: rgb(234,129,195); }
td.TdClassName
{
border-color: #EA81C3;
}
.TagClassName
{
border-color: #EA81C3;
}
</style>