Shades of Tea Rose #E388CA
Tints of Tea Rose #E388CA
RGB
CMYK
RGB Variations
Color information
#E388CA (or 0xE388CA) is known color: Tea Rose. HEX triplet: E3, 88 and CA. RGB value is (227,136,202). Sum of RGB (Red+Green+Blue) = 227+136+202=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E388CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E388CA is #1C7735. Grayscale: #AAAAAA. Windows color (decimal): -1865526 or 13273315. OLE color: 13273315.
HSL color Cylindrical-coordinate representation of color #E388CA: hue angle of 316.48º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388CA is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 202 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.11 |
| HSL | 316.48º | 0.62% | 0.71% | - |
| HSV(B) | 316.48º | 0.4% | 0.89% | - |
| XYZ | 51.14 | 38.2 | 60.56 | - |
| YUV | 170.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 202 | 0 | 0.40 | 0.11 | 0.11 | 316.48 | 0.62 | 0.71 |
| Hex | E3 | 88 | CA | 0 | 28 | B | B | 13C | 3E | 47 |
| Octal | 343 | 210 | 312 | 0 | 50 | 13 | 13 | 474 | 76 | 107 |
| Binary | 11100011 | 10001000 | 11001010 | 0 | 101000 | 1011 | 1011 | 100111100 | 111110 | 1000111 |
Color Harmonies of #E388CA
Complementary color
Monochromatic Colors of #E388CA
Black with #E388CA
Text Example
Text Example
White with #E388CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388CA; }
p { color: rgb(227,136,202); }
H1.HeaderClassName
{
color: #E388CA;
}
.AnyTagClassName
{
color: #E388CA;
}
</style>
background-color css
<style>
a { background-color: #E388CA; }
a { background-color: rgb(227,136,202); }
div.DivClassName
{
background-color: #E388CA;
}
.BgClassName
{
background-color: #E388CA;
}
</style>
border-color css
<style>
span { border-color: #E388CA; }
span { border-color: rgb(227,136,202); }
td.TdClassName
{
border-color: #E388CA;
}
.TagClassName
{
border-color: #E388CA;
}
</style>