Shades of Tea Rose #E18ACC
Tints of Tea Rose #E18ACC
RGB
CMYK
RGB Variations
Color information
#E18ACC (or 0xE18ACC) is known color: Tea Rose. HEX triplet: E1, 8A and CC. RGB value is (225,138,204). Sum of RGB (Red+Green+Blue) = 225+138+204=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACC is #1E7533. Grayscale: #ABABAB. Windows color (decimal): -1996084 or 13404897. OLE color: 13404897.
HSL color Cylindrical-coordinate representation of color #E18ACC: hue angle of 314.48º 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 #E18ACC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 204 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.12 |
| HSL | 314.48º | 0.59% | 0.71% | - |
| HSV(B) | 314.48º | 0.39% | 0.88% | - |
| XYZ | 51.04 | 38.54 | 61.88 | - |
| YUV | 171.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 204 | 0 | 0.39 | 0.09 | 0.12 | 314.48 | 0.59 | 0.71 |
| Hex | E1 | 8A | CC | 0 | 27 | 9 | C | 13A | 3B | 47 |
| Octal | 341 | 212 | 314 | 0 | 47 | 11 | 14 | 472 | 73 | 107 |
| Binary | 11100001 | 10001010 | 11001100 | 0 | 100111 | 1001 | 1100 | 100111010 | 111011 | 1000111 |
Color Harmonies of #E18ACC
Complementary color
Monochromatic Colors of #E18ACC
Black with #E18ACC
Text Example
Text Example
White with #E18ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18ACC; }
p { color: rgb(225,138,204); }
H1.HeaderClassName
{
color: #E18ACC;
}
.AnyTagClassName
{
color: #E18ACC;
}
</style>
background-color css
<style>
a { background-color: #E18ACC; }
a { background-color: rgb(225,138,204); }
div.DivClassName
{
background-color: #E18ACC;
}
.BgClassName
{
background-color: #E18ACC;
}
</style>
border-color css
<style>
span { border-color: #E18ACC; }
span { border-color: rgb(225,138,204); }
td.TdClassName
{
border-color: #E18ACC;
}
.TagClassName
{
border-color: #E18ACC;
}
</style>