Shades of Tea Rose #E38ACD
Tints of Tea Rose #E38ACD
RGB
CMYK
RGB Variations
Color information
#E38ACD (or 0xE38ACD) is known color: Tea Rose. HEX triplet: E3, 8A and CD. RGB value is (227,138,205). Sum of RGB (Red+Green+Blue) = 227+138+205=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ACD is #1C7532. Grayscale: #ACACAC. Windows color (decimal): -1865011 or 13470435. OLE color: 13470435.
HSL color Cylindrical-coordinate representation of color #E38ACD: hue angle of 314.83º 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 #E38ACD is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 205 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.11 |
| HSL | 314.83º | 0.61% | 0.72% | - |
| HSV(B) | 314.83º | 0.39% | 0.89% | - |
| XYZ | 51.79 | 38.92 | 62.54 | - |
| YUV | 172.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 205 | 0 | 0.39 | 0.10 | 0.11 | 314.83 | 0.61 | 0.72 |
| Hex | E3 | 8A | CD | 0 | 27 | A | B | 13B | 3D | 48 |
| Octal | 343 | 212 | 315 | 0 | 47 | 12 | 13 | 473 | 75 | 110 |
| Binary | 11100011 | 10001010 | 11001101 | 0 | 100111 | 1010 | 1011 | 100111011 | 111101 | 1001000 |
Color Harmonies of #E38ACD
Complementary color
Monochromatic Colors of #E38ACD
Black with #E38ACD
Text Example
Text Example
White with #E38ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38ACD; }
p { color: rgb(227,138,205); }
H1.HeaderClassName
{
color: #E38ACD;
}
.AnyTagClassName
{
color: #E38ACD;
}
</style>
background-color css
<style>
a { background-color: #E38ACD; }
a { background-color: rgb(227,138,205); }
div.DivClassName
{
background-color: #E38ACD;
}
.BgClassName
{
background-color: #E38ACD;
}
</style>
border-color css
<style>
span { border-color: #E38ACD; }
span { border-color: rgb(227,138,205); }
td.TdClassName
{
border-color: #E38ACD;
}
.TagClassName
{
border-color: #E38ACD;
}
</style>