Shades of Tea Rose #E67AC8
Tints of Tea Rose #E67AC8
RGB
CMYK
RGB Variations
Color information
#E67AC8 (or 0xE67AC8) is known color: Tea Rose. HEX triplet: E6, 7A and C8. RGB value is (230,122,200). Sum of RGB (Red+Green+Blue) = 230+122+200=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AC8 is #198537. Grayscale: #A2A2A2. Windows color (decimal): -1672504 or 13138662. OLE color: 13138662.
HSL color Cylindrical-coordinate representation of color #E67AC8: hue angle of 316.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67AC8 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 200 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.10 |
| HSL | 316.67º | 0.68% | 0.69% | - |
| HSV(B) | 316.67º | 0.47% | 0.9% | - |
| XYZ | 50.02 | 34.91 | 58.75 | - |
| YUV | 163.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 200 | 0 | 0.47 | 0.13 | 0.10 | 316.67 | 0.68 | 0.69 |
| Hex | E6 | 7A | C8 | 0 | 2F | D | A | 13D | 44 | 45 |
| Octal | 346 | 172 | 310 | 0 | 57 | 15 | 12 | 475 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11001000 | 0 | 101111 | 1101 | 1010 | 100111101 | 1000100 | 1000101 |
Color Harmonies of #E67AC8
Complementary color
Monochromatic Colors of #E67AC8
Black with #E67AC8
Text Example
Text Example
White with #E67AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AC8; }
p { color: rgb(230,122,200); }
H1.HeaderClassName
{
color: #E67AC8;
}
.AnyTagClassName
{
color: #E67AC8;
}
</style>
background-color css
<style>
a { background-color: #E67AC8; }
a { background-color: rgb(230,122,200); }
div.DivClassName
{
background-color: #E67AC8;
}
.BgClassName
{
background-color: #E67AC8;
}
</style>
border-color css
<style>
span { border-color: #E67AC8; }
span { border-color: rgb(230,122,200); }
td.TdClassName
{
border-color: #E67AC8;
}
.TagClassName
{
border-color: #E67AC8;
}
</style>