Shades of Tea Rose #E18ACB
Tints of Tea Rose #E18ACB
RGB
CMYK
RGB Variations
Color information
#E18ACB (or 0xE18ACB) is known color: Tea Rose. HEX triplet: E1, 8A and CB. RGB value is (225,138,203). Sum of RGB (Red+Green+Blue) = 225+138+203=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACB is #1E7534. Grayscale: #ABABAB. Windows color (decimal): -1996085 or 13339361. OLE color: 13339361.
HSL color Cylindrical-coordinate representation of color #E18ACB: hue angle of 315.17º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ACB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 203 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.12 |
| HSL | 315.17º | 0.59% | 0.71% | - |
| HSV(B) | 315.17º | 0.39% | 0.88% | - |
| XYZ | 50.92 | 38.5 | 61.25 | - |
| YUV | 171.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 203 | 0 | 0.39 | 0.10 | 0.12 | 315.17 | 0.59 | 0.71 |
| Hex | E1 | 8A | CB | 0 | 27 | A | C | 13B | 3B | 47 |
| Octal | 341 | 212 | 313 | 0 | 47 | 12 | 14 | 473 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11001011 | 0 | 100111 | 1010 | 1100 | 100111011 | 111011 | 1000111 |
Color Harmonies of #E18ACB
Complementary color
Monochromatic Colors of #E18ACB
Black with #E18ACB
Text Example
Text Example
White with #E18ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ACB; }
p { color: rgb(225,138,203); }
H1.HeaderClassName
{
color: #E18ACB;
}
.AnyTagClassName
{
color: #E18ACB;
}
</style>
background-color css
<style>
a { background-color: #E18ACB; }
a { background-color: rgb(225,138,203); }
div.DivClassName
{
background-color: #E18ACB;
}
.BgClassName
{
background-color: #E18ACB;
}
</style>
border-color css
<style>
span { border-color: #E18ACB; }
span { border-color: rgb(225,138,203); }
td.TdClassName
{
border-color: #E18ACB;
}
.TagClassName
{
border-color: #E18ACB;
}
</style>