Shades of Tea Rose #E28BCB
Tints of Tea Rose #E28BCB
RGB
CMYK
RGB Variations
Color information
#E28BCB (or 0xE28BCB) is known color: Tea Rose. HEX triplet: E2, 8B and CB. RGB value is (226,139,203). Sum of RGB (Red+Green+Blue) = 226+139+203=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BCB is #1D7434. Grayscale: #ACACAC. Windows color (decimal): -1930293 or 13339618. OLE color: 13339618.
HSL color Cylindrical-coordinate representation of color #E28BCB: hue angle of 315.86º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28BCB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 203 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.11 |
| HSL | 315.86º | 0.6% | 0.72% | - |
| HSV(B) | 315.86º | 0.38% | 0.89% | - |
| XYZ | 51.38 | 38.95 | 61.31 | - |
| YUV | 172.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 203 | 0 | 0.38 | 0.10 | 0.11 | 315.86 | 0.6 | 0.72 |
| Hex | E2 | 8B | CB | 0 | 26 | A | B | 13C | 3C | 48 |
| Octal | 342 | 213 | 313 | 0 | 46 | 12 | 13 | 474 | 74 | 110 |
| Binary | 11100010 | 10001011 | 11001011 | 0 | 100110 | 1010 | 1011 | 100111100 | 111100 | 1001000 |
Color Harmonies of #E28BCB
Complementary color
Monochromatic Colors of #E28BCB
Black with #E28BCB
Text Example
Text Example
White with #E28BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BCB; }
p { color: rgb(226,139,203); }
H1.HeaderClassName
{
color: #E28BCB;
}
.AnyTagClassName
{
color: #E28BCB;
}
</style>
background-color css
<style>
a { background-color: #E28BCB; }
a { background-color: rgb(226,139,203); }
div.DivClassName
{
background-color: #E28BCB;
}
.BgClassName
{
background-color: #E28BCB;
}
</style>
border-color css
<style>
span { border-color: #E28BCB; }
span { border-color: rgb(226,139,203); }
td.TdClassName
{
border-color: #E28BCB;
}
.TagClassName
{
border-color: #E28BCB;
}
</style>