Shades of Tea Rose #E67AC9
Tints of Tea Rose #E67AC9
RGB
CMYK
RGB Variations
Color information
#E67AC9 (or 0xE67AC9) is known color: Tea Rose. HEX triplet: E6, 7A and C9. RGB value is (230,122,201). Sum of RGB (Red+Green+Blue) = 230+122+201=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AC9 is #198536. Grayscale: #A3A3A3. Windows color (decimal): -1672503 or 13204198. OLE color: 13204198.
HSL color Cylindrical-coordinate representation of color #E67AC9: hue angle of 316.11º 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 #E67AC9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 201 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.10 |
| HSL | 316.11º | 0.68% | 0.69% | - |
| HSV(B) | 316.11º | 0.47% | 0.9% | - |
| XYZ | 50.14 | 34.96 | 59.36 | - |
| YUV | 163.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 201 | 0 | 0.47 | 0.13 | 0.10 | 316.11 | 0.68 | 0.69 |
| Hex | E6 | 7A | C9 | 0 | 2F | D | A | 13C | 44 | 45 |
| Octal | 346 | 172 | 311 | 0 | 57 | 15 | 12 | 474 | 104 | 105 |
| Binary | 11100110 | 1111010 | 11001001 | 0 | 101111 | 1101 | 1010 | 100111100 | 1000100 | 1000101 |
Color Harmonies of #E67AC9
Complementary color
Monochromatic Colors of #E67AC9
Black with #E67AC9
Text Example
Text Example
White with #E67AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67AC9; }
p { color: rgb(230,122,201); }
H1.HeaderClassName
{
color: #E67AC9;
}
.AnyTagClassName
{
color: #E67AC9;
}
</style>
background-color css
<style>
a { background-color: #E67AC9; }
a { background-color: rgb(230,122,201); }
div.DivClassName
{
background-color: #E67AC9;
}
.BgClassName
{
background-color: #E67AC9;
}
</style>
border-color css
<style>
span { border-color: #E67AC9; }
span { border-color: rgb(230,122,201); }
td.TdClassName
{
border-color: #E67AC9;
}
.TagClassName
{
border-color: #E67AC9;
}
</style>