Shades of Tea Rose #EA89CB
Tints of Tea Rose #EA89CB
RGB
CMYK
RGB Variations
Color information
#EA89CB (or 0xEA89CB) is known color: Tea Rose. HEX triplet: EA, 89 and CB. RGB value is (234,137,203). Sum of RGB (Red+Green+Blue) = 234+137+203=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89CB is #157634. Grayscale: #ADADAD. Windows color (decimal): -1406517 or 13339114. OLE color: 13339114.
HSL color Cylindrical-coordinate representation of color #EA89CB: hue angle of 319.18º degrees, saturation: 0.7, 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 #EA89CB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 203 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.08 |
| HSL | 319.18º | 0.7% | 0.73% | - |
| HSV(B) | 319.18º | 0.41% | 0.92% | - |
| XYZ | 53.66 | 39.7 | 61.33 | - |
| YUV | 173.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 203 | 0 | 0.41 | 0.13 | 0.08 | 319.18 | 0.7 | 0.73 |
| Hex | EA | 89 | CB | 0 | 29 | D | 8 | 13F | 46 | 49 |
| Octal | 352 | 211 | 313 | 0 | 51 | 15 | 10 | 477 | 106 | 111 |
| Binary | 11101010 | 10001001 | 11001011 | 0 | 101001 | 1101 | 1000 | 100111111 | 1000110 | 1001001 |
Color Harmonies of #EA89CB
Complementary color
Monochromatic Colors of #EA89CB
Black with #EA89CB
Text Example
Text Example
White with #EA89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA89CB; }
p { color: rgb(234,137,203); }
H1.HeaderClassName
{
color: #EA89CB;
}
.AnyTagClassName
{
color: #EA89CB;
}
</style>
background-color css
<style>
a { background-color: #EA89CB; }
a { background-color: rgb(234,137,203); }
div.DivClassName
{
background-color: #EA89CB;
}
.BgClassName
{
background-color: #EA89CB;
}
</style>
border-color css
<style>
span { border-color: #EA89CB; }
span { border-color: rgb(234,137,203); }
td.TdClassName
{
border-color: #EA89CB;
}
.TagClassName
{
border-color: #EA89CB;
}
</style>