Shades of Tea Rose #EA88C0
Tints of Tea Rose #EA88C0
RGB
CMYK
RGB Variations
Color information
#EA88C0 (or 0xEA88C0) is known color: Tea Rose. HEX triplet: EA, 88 and C0. RGB value is (234,136,192). Sum of RGB (Red+Green+Blue) = 234+136+192=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88C0 is #15773F. Grayscale: #ABABAB. Windows color (decimal): -1406784 or 12617962. OLE color: 12617962.
HSL color Cylindrical-coordinate representation of color #EA88C0: hue angle of 325.71º 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 #EA88C0 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 192 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.08 |
| HSL | 325.71º | 0.7% | 0.73% | - |
| HSV(B) | 325.71º | 0.42% | 0.92% | - |
| XYZ | 52.25 | 38.91 | 54.63 | - |
| YUV | 171.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 192 | 0 | 0.42 | 0.18 | 0.08 | 325.71 | 0.7 | 0.73 |
| Hex | EA | 88 | C0 | 0 | 2A | 12 | 8 | 146 | 46 | 49 |
| Octal | 352 | 210 | 300 | 0 | 52 | 22 | 10 | 506 | 106 | 111 |
| Binary | 11101010 | 10001000 | 11000000 | 0 | 101010 | 10010 | 1000 | 101000110 | 1000110 | 1001001 |
Color Harmonies of #EA88C0
Complementary color
Monochromatic Colors of #EA88C0
Black with #EA88C0
Text Example
Text Example
White with #EA88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA88C0; }
p { color: rgb(234,136,192); }
H1.HeaderClassName
{
color: #EA88C0;
}
.AnyTagClassName
{
color: #EA88C0;
}
</style>
background-color css
<style>
a { background-color: #EA88C0; }
a { background-color: rgb(234,136,192); }
div.DivClassName
{
background-color: #EA88C0;
}
.BgClassName
{
background-color: #EA88C0;
}
</style>
border-color css
<style>
span { border-color: #EA88C0; }
span { border-color: rgb(234,136,192); }
td.TdClassName
{
border-color: #EA88C0;
}
.TagClassName
{
border-color: #EA88C0;
}
</style>