Shades of Tea Rose #E38ACB
Tints of Tea Rose #E38ACB
RGB
CMYK
RGB Variations
Color information
#E38ACB (or 0xE38ACB) is known color: Tea Rose. HEX triplet: E3, 8A and CB. RGB value is (227,138,203). Sum of RGB (Red+Green+Blue) = 227+138+203=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E38ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38ACB is #1C7534. Grayscale: #ABABAB. Windows color (decimal): -1865013 or 13339363. OLE color: 13339363.
HSL color Cylindrical-coordinate representation of color #E38ACB: hue angle of 316.18º 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 #E38ACB is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 138 | 203 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.11 |
| HSL | 316.18º | 0.61% | 0.72% | - |
| HSV(B) | 316.18º | 0.39% | 0.89% | - |
| XYZ | 51.55 | 38.82 | 61.28 | - |
| YUV | 172.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 203 | 0 | 0.39 | 0.11 | 0.11 | 316.18 | 0.61 | 0.72 |
| Hex | E3 | 8A | CB | 0 | 27 | B | B | 13C | 3D | 48 |
| Octal | 343 | 212 | 313 | 0 | 47 | 13 | 13 | 474 | 75 | 110 |
| Binary | 11100011 | 10001010 | 11001011 | 0 | 100111 | 1011 | 1011 | 100111100 | 111101 | 1001000 |
Color Harmonies of #E38ACB
Complementary color
Monochromatic Colors of #E38ACB
Black with #E38ACB
Text Example
Text Example
White with #E38ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38ACB; }
p { color: rgb(227,138,203); }
H1.HeaderClassName
{
color: #E38ACB;
}
.AnyTagClassName
{
color: #E38ACB;
}
</style>
background-color css
<style>
a { background-color: #E38ACB; }
a { background-color: rgb(227,138,203); }
div.DivClassName
{
background-color: #E38ACB;
}
.BgClassName
{
background-color: #E38ACB;
}
</style>
border-color css
<style>
span { border-color: #E38ACB; }
span { border-color: rgb(227,138,203); }
td.TdClassName
{
border-color: #E38ACB;
}
.TagClassName
{
border-color: #E38ACB;
}
</style>