Shades of Tea Rose #E48ACC
Tints of Tea Rose #E48ACC
RGB
CMYK
RGB Variations
Color information
#E48ACC (or 0xE48ACC) is known color: Tea Rose. HEX triplet: E4, 8A and CC. RGB value is (228,138,204). Sum of RGB (Red+Green+Blue) = 228+138+204=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ACC is #1B7533. Grayscale: #ACACAC. Windows color (decimal): -1799476 or 13404900. OLE color: 13404900.
HSL color Cylindrical-coordinate representation of color #E48ACC: hue angle of 316º degrees, saturation: 0.62, 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 #E48ACC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 204 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.11 |
| HSL | 316º | 0.63% | 0.72% | - |
| HSV(B) | 316º | 0.39% | 0.89% | - |
| XYZ | 51.98 | 39.03 | 61.92 | - |
| YUV | 172.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 204 | 0 | 0.39 | 0.11 | 0.11 | 316 | 0.63 | 0.72 |
| Hex | E4 | 8A | CC | 0 | 27 | B | B | 13C | 3E | 48 |
| Octal | 344 | 212 | 314 | 0 | 47 | 13 | 13 | 474 | 76 | 110 |
| Binary | 11100100 | 10001010 | 11001100 | 0 | 100111 | 1011 | 1011 | 100111100 | 111110 | 1001000 |
Color Harmonies of #E48ACC
Complementary color
Monochromatic Colors of #E48ACC
Black with #E48ACC
Text Example
Text Example
White with #E48ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ACC; }
p { color: rgb(228,138,204); }
H1.HeaderClassName
{
color: #E48ACC;
}
.AnyTagClassName
{
color: #E48ACC;
}
</style>
background-color css
<style>
a { background-color: #E48ACC; }
a { background-color: rgb(228,138,204); }
div.DivClassName
{
background-color: #E48ACC;
}
.BgClassName
{
background-color: #E48ACC;
}
</style>
border-color css
<style>
span { border-color: #E48ACC; }
span { border-color: rgb(228,138,204); }
td.TdClassName
{
border-color: #E48ACC;
}
.TagClassName
{
border-color: #E48ACC;
}
</style>