Shades of Tea Rose #E48BCC
Tints of Tea Rose #E48BCC
RGB
CMYK
RGB Variations
Color information
#E48BCC (or 0xE48BCC) is known color: Tea Rose. HEX triplet: E4, 8B and CC. RGB value is (228,139,204). Sum of RGB (Red+Green+Blue) = 228+139+204=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BCC is #1B7433. Grayscale: #ACACAC. Windows color (decimal): -1799220 or 13405156. OLE color: 13405156.
HSL color Cylindrical-coordinate representation of color #E48BCC: hue angle of 316.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48BCC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 204 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.11 |
| HSL | 316.18º | 0.62% | 0.72% | - |
| HSV(B) | 316.18º | 0.39% | 0.89% | - |
| XYZ | 52.13 | 39.32 | 61.97 | - |
| YUV | 173.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 204 | 0 | 0.39 | 0.11 | 0.11 | 316.18 | 0.62 | 0.72 |
| Hex | E4 | 8B | CC | 0 | 27 | B | B | 13C | 3E | 48 |
| Octal | 344 | 213 | 314 | 0 | 47 | 13 | 13 | 474 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11001100 | 0 | 100111 | 1011 | 1011 | 100111100 | 111110 | 1001000 |
Color Harmonies of #E48BCC
Complementary color
Monochromatic Colors of #E48BCC
Black with #E48BCC
Text Example
Text Example
White with #E48BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BCC; }
p { color: rgb(228,139,204); }
H1.HeaderClassName
{
color: #E48BCC;
}
.AnyTagClassName
{
color: #E48BCC;
}
</style>
background-color css
<style>
a { background-color: #E48BCC; }
a { background-color: rgb(228,139,204); }
div.DivClassName
{
background-color: #E48BCC;
}
.BgClassName
{
background-color: #E48BCC;
}
</style>
border-color css
<style>
span { border-color: #E48BCC; }
span { border-color: rgb(228,139,204); }
td.TdClassName
{
border-color: #E48BCC;
}
.TagClassName
{
border-color: #E48BCC;
}
</style>