Shades of Tea Rose #EA81C8
Tints of Tea Rose #EA81C8
RGB
CMYK
RGB Variations
Color information
#EA81C8 (or 0xEA81C8) is known color: Tea Rose. HEX triplet: EA, 81 and C8. RGB value is (234,129,200). Sum of RGB (Red+Green+Blue) = 234+129+200=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA81C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA81C8 is #157E37. Grayscale: #A8A8A8. Windows color (decimal): -1408568 or 13140458. OLE color: 13140458.
HSL color Cylindrical-coordinate representation of color #EA81C8: hue angle of 319.43º 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 #EA81C8 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 200 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.08 |
| HSL | 319.43º | 0.71% | 0.71% | - |
| HSV(B) | 319.43º | 0.45% | 0.92% | - |
| XYZ | 52.21 | 37.36 | 59.1 | - |
| YUV | 168.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 200 | 0 | 0.45 | 0.15 | 0.08 | 319.43 | 0.71 | 0.71 |
| Hex | EA | 81 | C8 | 0 | 2D | F | 8 | 13F | 47 | 47 |
| Octal | 352 | 201 | 310 | 0 | 55 | 17 | 10 | 477 | 107 | 107 |
| Binary | 11101010 | 10000001 | 11001000 | 0 | 101101 | 1111 | 1000 | 100111111 | 1000111 | 1000111 |
Color Harmonies of #EA81C8
Complementary color
Monochromatic Colors of #EA81C8
Black with #EA81C8
Text Example
Text Example
White with #EA81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA81C8; }
p { color: rgb(234,129,200); }
H1.HeaderClassName
{
color: #EA81C8;
}
.AnyTagClassName
{
color: #EA81C8;
}
</style>
background-color css
<style>
a { background-color: #EA81C8; }
a { background-color: rgb(234,129,200); }
div.DivClassName
{
background-color: #EA81C8;
}
.BgClassName
{
background-color: #EA81C8;
}
</style>
border-color css
<style>
span { border-color: #EA81C8; }
span { border-color: rgb(234,129,200); }
td.TdClassName
{
border-color: #EA81C8;
}
.TagClassName
{
border-color: #EA81C8;
}
</style>