Shades of Tea Rose #E48BCB
Tints of Tea Rose #E48BCB
RGB
CMYK
RGB Variations
Color information
#E48BCB (or 0xE48BCB) is known color: Tea Rose. HEX triplet: E4, 8B and CB. RGB value is (228,139,203). Sum of RGB (Red+Green+Blue) = 228+139+203=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BCB is #1B7434. Grayscale: #ACACAC. Windows color (decimal): -1799221 or 13339620. OLE color: 13339620.
HSL color Cylindrical-coordinate representation of color #E48BCB: hue angle of 316.85º 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 #E48BCB is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 203 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.11 |
| HSL | 316.85º | 0.62% | 0.72% | - |
| HSV(B) | 316.85º | 0.39% | 0.89% | - |
| XYZ | 52.01 | 39.27 | 61.34 | - |
| YUV | 172.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 203 | 0 | 0.39 | 0.11 | 0.11 | 316.85 | 0.62 | 0.72 |
| Hex | E4 | 8B | CB | 0 | 27 | B | B | 13D | 3E | 48 |
| Octal | 344 | 213 | 313 | 0 | 47 | 13 | 13 | 475 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11001011 | 0 | 100111 | 1011 | 1011 | 100111101 | 111110 | 1001000 |
Color Harmonies of #E48BCB
Complementary color
Monochromatic Colors of #E48BCB
Black with #E48BCB
Text Example
Text Example
White with #E48BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BCB; }
p { color: rgb(228,139,203); }
H1.HeaderClassName
{
color: #E48BCB;
}
.AnyTagClassName
{
color: #E48BCB;
}
</style>
background-color css
<style>
a { background-color: #E48BCB; }
a { background-color: rgb(228,139,203); }
div.DivClassName
{
background-color: #E48BCB;
}
.BgClassName
{
background-color: #E48BCB;
}
</style>
border-color css
<style>
span { border-color: #E48BCB; }
span { border-color: rgb(228,139,203); }
td.TdClassName
{
border-color: #E48BCB;
}
.TagClassName
{
border-color: #E48BCB;
}
</style>