Shades of Tea Rose #E088C7
Tints of Tea Rose #E088C7
RGB
CMYK
RGB Variations
Color information
#E088C7 (or 0xE088C7) is known color: Tea Rose. HEX triplet: E0, 88 and C7. RGB value is (224,136,199). Sum of RGB (Red+Green+Blue) = 224+136+199=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E088C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088C7 is #1F7738. Grayscale: #A9A9A9. Windows color (decimal): -2062137 or 13076704. OLE color: 13076704.
HSL color Cylindrical-coordinate representation of color #E088C7: hue angle of 317.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088C7 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 199 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.12 |
| HSL | 317.05º | 0.59% | 0.71% | - |
| HSV(B) | 317.05º | 0.39% | 0.88% | - |
| XYZ | 49.85 | 37.58 | 58.66 | - |
| YUV | 169.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 199 | 0 | 0.39 | 0.11 | 0.12 | 317.05 | 0.59 | 0.71 |
| Hex | E0 | 88 | C7 | 0 | 27 | B | C | 13D | 3B | 47 |
| Octal | 340 | 210 | 307 | 0 | 47 | 13 | 14 | 475 | 73 | 107 |
| Binary | 11100000 | 10001000 | 11000111 | 0 | 100111 | 1011 | 1100 | 100111101 | 111011 | 1000111 |
Color Harmonies of #E088C7
Complementary color
Monochromatic Colors of #E088C7
Black with #E088C7
Text Example
Text Example
White with #E088C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088C7; }
p { color: rgb(224,136,199); }
H1.HeaderClassName
{
color: #E088C7;
}
.AnyTagClassName
{
color: #E088C7;
}
</style>
background-color css
<style>
a { background-color: #E088C7; }
a { background-color: rgb(224,136,199); }
div.DivClassName
{
background-color: #E088C7;
}
.BgClassName
{
background-color: #E088C7;
}
</style>
border-color css
<style>
span { border-color: #E088C7; }
span { border-color: rgb(224,136,199); }
td.TdClassName
{
border-color: #E088C7;
}
.TagClassName
{
border-color: #E088C7;
}
</style>