Shades of Tea Rose #EA88CA
Tints of Tea Rose #EA88CA
RGB
CMYK
RGB Variations
Color information
#EA88CA (or 0xEA88CA) is known color: Tea Rose. HEX triplet: EA, 88 and CA. RGB value is (234,136,202). Sum of RGB (Red+Green+Blue) = 234+136+202=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88CA is #157735. Grayscale: #ACACAC. Windows color (decimal): -1406774 or 13273322. OLE color: 13273322.
HSL color Cylindrical-coordinate representation of color #EA88CA: hue angle of 319.59º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88CA is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 202 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.08 |
| HSL | 319.59º | 0.7% | 0.73% | - |
| HSV(B) | 319.59º | 0.42% | 0.92% | - |
| XYZ | 53.4 | 39.37 | 60.66 | - |
| YUV | 172.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 202 | 0 | 0.42 | 0.14 | 0.08 | 319.59 | 0.7 | 0.73 |
| Hex | EA | 88 | CA | 0 | 2A | E | 8 | 140 | 46 | 49 |
| Octal | 352 | 210 | 312 | 0 | 52 | 16 | 10 | 500 | 106 | 111 |
| Binary | 11101010 | 10001000 | 11001010 | 0 | 101010 | 1110 | 1000 | 101000000 | 1000110 | 1001001 |
Color Harmonies of #EA88CA
Complementary color
Monochromatic Colors of #EA88CA
Black with #EA88CA
Text Example
Text Example
White with #EA88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88CA; }
p { color: rgb(234,136,202); }
H1.HeaderClassName
{
color: #EA88CA;
}
.AnyTagClassName
{
color: #EA88CA;
}
</style>
background-color css
<style>
a { background-color: #EA88CA; }
a { background-color: rgb(234,136,202); }
div.DivClassName
{
background-color: #EA88CA;
}
.BgClassName
{
background-color: #EA88CA;
}
</style>
border-color css
<style>
span { border-color: #EA88CA; }
span { border-color: rgb(234,136,202); }
td.TdClassName
{
border-color: #EA88CA;
}
.TagClassName
{
border-color: #EA88CA;
}
</style>