Shades of Tea Rose #E188CA
Tints of Tea Rose #E188CA
RGB
CMYK
RGB Variations
Color information
#E188CA (or 0xE188CA) is known color: Tea Rose. HEX triplet: E1, 88 and CA. RGB value is (225,136,202). Sum of RGB (Red+Green+Blue) = 225+136+202=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E188CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188CA is #1E7735. Grayscale: #A9A9A9. Windows color (decimal): -1996598 or 13273313. OLE color: 13273313.
HSL color Cylindrical-coordinate representation of color #E188CA: hue angle of 315.51º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E188CA is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 202 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.12 |
| HSL | 315.51º | 0.6% | 0.71% | - |
| HSV(B) | 315.51º | 0.4% | 0.88% | - |
| XYZ | 50.52 | 37.88 | 60.53 | - |
| YUV | 170.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 202 | 0 | 0.40 | 0.10 | 0.12 | 315.51 | 0.6 | 0.71 |
| Hex | E1 | 88 | CA | 0 | 28 | A | C | 13C | 3C | 47 |
| Octal | 341 | 210 | 312 | 0 | 50 | 12 | 14 | 474 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11001010 | 0 | 101000 | 1010 | 1100 | 100111100 | 111100 | 1000111 |
Color Harmonies of #E188CA
Complementary color
Monochromatic Colors of #E188CA
Black with #E188CA
Text Example
Text Example
White with #E188CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188CA; }
p { color: rgb(225,136,202); }
H1.HeaderClassName
{
color: #E188CA;
}
.AnyTagClassName
{
color: #E188CA;
}
</style>
background-color css
<style>
a { background-color: #E188CA; }
a { background-color: rgb(225,136,202); }
div.DivClassName
{
background-color: #E188CA;
}
.BgClassName
{
background-color: #E188CA;
}
</style>
border-color css
<style>
span { border-color: #E188CA; }
span { border-color: rgb(225,136,202); }
td.TdClassName
{
border-color: #E188CA;
}
.TagClassName
{
border-color: #E188CA;
}
</style>