Shades of Tea Rose #E188CB
Tints of Tea Rose #E188CB
RGB
CMYK
RGB Variations
Color information
#E188CB (or 0xE188CB) is known color: Tea Rose. HEX triplet: E1, 88 and CB. RGB value is (225,136,203). Sum of RGB (Red+Green+Blue) = 225+136+203=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E188CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E188CB is #1E7734. Grayscale: #AAAAAA. Windows color (decimal): -1996597 or 13338849. OLE color: 13338849.
HSL color Cylindrical-coordinate representation of color #E188CB: hue angle of 314.83º 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 #E188CB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 203 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.12 |
| HSL | 314.83º | 0.6% | 0.71% | - |
| HSV(B) | 314.83º | 0.4% | 0.88% | - |
| XYZ | 50.63 | 37.93 | 61.15 | - |
| YUV | 170.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 203 | 0 | 0.40 | 0.10 | 0.12 | 314.83 | 0.6 | 0.71 |
| Hex | E1 | 88 | CB | 0 | 28 | A | C | 13B | 3C | 47 |
| Octal | 341 | 210 | 313 | 0 | 50 | 12 | 14 | 473 | 74 | 107 |
| Binary | 11100001 | 10001000 | 11001011 | 0 | 101000 | 1010 | 1100 | 100111011 | 111100 | 1000111 |
Color Harmonies of #E188CB
Complementary color
Monochromatic Colors of #E188CB
Black with #E188CB
Text Example
Text Example
White with #E188CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188CB; }
p { color: rgb(225,136,203); }
H1.HeaderClassName
{
color: #E188CB;
}
.AnyTagClassName
{
color: #E188CB;
}
</style>
background-color css
<style>
a { background-color: #E188CB; }
a { background-color: rgb(225,136,203); }
div.DivClassName
{
background-color: #E188CB;
}
.BgClassName
{
background-color: #E188CB;
}
</style>
border-color css
<style>
span { border-color: #E188CB; }
span { border-color: rgb(225,136,203); }
td.TdClassName
{
border-color: #E188CB;
}
.TagClassName
{
border-color: #E188CB;
}
</style>