Shades of Tea Rose #E38CCC
Tints of Tea Rose #E38CCC
RGB
CMYK
RGB Variations
Color information
#E38CCC (or 0xE38CCC) is known color: Tea Rose. HEX triplet: E3, 8C and CC. RGB value is (227,140,204). Sum of RGB (Red+Green+Blue) = 227+140+204=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E38CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38CCC is #1C7333. Grayscale: #ADADAD. Windows color (decimal): -1864500 or 13405411. OLE color: 13405411.
HSL color Cylindrical-coordinate representation of color #E38CCC: hue angle of 315.86º degrees, saturation: 0.61, 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 #E38CCC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 140 | 204 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.11 |
| HSL | 315.86º | 0.61% | 0.72% | - |
| HSV(B) | 315.86º | 0.38% | 0.89% | - |
| XYZ | 51.96 | 39.45 | 62 | - |
| YUV | 173.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 140 | 204 | 0 | 0.38 | 0.10 | 0.11 | 315.86 | 0.61 | 0.72 |
| Hex | E3 | 8C | CC | 0 | 26 | A | B | 13C | 3D | 48 |
| Octal | 343 | 214 | 314 | 0 | 46 | 12 | 13 | 474 | 75 | 110 |
| Binary | 11100011 | 10001100 | 11001100 | 0 | 100110 | 1010 | 1011 | 100111100 | 111101 | 1001000 |
Color Harmonies of #E38CCC
Complementary color
Monochromatic Colors of #E38CCC
Black with #E38CCC
Text Example
Text Example
White with #E38CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38CCC; }
p { color: rgb(227,140,204); }
H1.HeaderClassName
{
color: #E38CCC;
}
.AnyTagClassName
{
color: #E38CCC;
}
</style>
background-color css
<style>
a { background-color: #E38CCC; }
a { background-color: rgb(227,140,204); }
div.DivClassName
{
background-color: #E38CCC;
}
.BgClassName
{
background-color: #E38CCC;
}
</style>
border-color css
<style>
span { border-color: #E38CCC; }
span { border-color: rgb(227,140,204); }
td.TdClassName
{
border-color: #E38CCC;
}
.TagClassName
{
border-color: #E38CCC;
}
</style>