Shades of Tea Rose #E38BCC
Tints of Tea Rose #E38BCC
RGB
CMYK
RGB Variations
Color information
#E38BCC (or 0xE38BCC) is known color: Tea Rose. HEX triplet: E3, 8B and CC. RGB value is (227,139,204). Sum of RGB (Red+Green+Blue) = 227+139+204=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E38BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38BCC is #1C7433. Grayscale: #ACACAC. Windows color (decimal): -1864756 or 13405155. OLE color: 13405155.
HSL color Cylindrical-coordinate representation of color #E38BCC: hue angle of 315.68º degrees, saturation: 0.61, 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 #E38BCC is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 139 | 204 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.11 |
| HSL | 315.68º | 0.61% | 0.72% | - |
| HSV(B) | 315.68º | 0.39% | 0.89% | - |
| XYZ | 51.81 | 39.16 | 61.95 | - |
| YUV | 172.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 139 | 204 | 0 | 0.39 | 0.10 | 0.11 | 315.68 | 0.61 | 0.72 |
| Hex | E3 | 8B | CC | 0 | 27 | A | B | 13C | 3D | 48 |
| Octal | 343 | 213 | 314 | 0 | 47 | 12 | 13 | 474 | 75 | 110 |
| Binary | 11100011 | 10001011 | 11001100 | 0 | 100111 | 1010 | 1011 | 100111100 | 111101 | 1001000 |
Color Harmonies of #E38BCC
Complementary color
Monochromatic Colors of #E38BCC
Black with #E38BCC
Text Example
Text Example
White with #E38BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38BCC; }
p { color: rgb(227,139,204); }
H1.HeaderClassName
{
color: #E38BCC;
}
.AnyTagClassName
{
color: #E38BCC;
}
</style>
background-color css
<style>
a { background-color: #E38BCC; }
a { background-color: rgb(227,139,204); }
div.DivClassName
{
background-color: #E38BCC;
}
.BgClassName
{
background-color: #E38BCC;
}
</style>
border-color css
<style>
span { border-color: #E38BCC; }
span { border-color: rgb(227,139,204); }
td.TdClassName
{
border-color: #E38BCC;
}
.TagClassName
{
border-color: #E38BCC;
}
</style>