Shades of Tea Rose #E67CC9
Tints of Tea Rose #E67CC9
RGB
CMYK
RGB Variations
Color information
#E67CC9 (or 0xE67CC9) is known color: Tea Rose. HEX triplet: E6, 7C and C9. RGB value is (230,124,201). Sum of RGB (Red+Green+Blue) = 230+124+201=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CC9 is #198336. Grayscale: #A4A4A4. Windows color (decimal): -1671991 or 13204710. OLE color: 13204710.
HSL color Cylindrical-coordinate representation of color #E67CC9: hue angle of 316.42º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67CC9 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 201 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.10 |
| HSL | 316.42º | 0.68% | 0.69% | - |
| HSV(B) | 316.42º | 0.46% | 0.9% | - |
| XYZ | 50.38 | 35.46 | 59.45 | - |
| YUV | 164.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 201 | 0 | 0.46 | 0.13 | 0.10 | 316.42 | 0.68 | 0.69 |
| Hex | E6 | 7C | C9 | 0 | 2E | D | A | 13C | 44 | 45 |
| Octal | 346 | 174 | 311 | 0 | 56 | 15 | 12 | 474 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11001001 | 0 | 101110 | 1101 | 1010 | 100111100 | 1000100 | 1000101 |
Color Harmonies of #E67CC9
Complementary color
Monochromatic Colors of #E67CC9
Black with #E67CC9
Text Example
Text Example
White with #E67CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CC9; }
p { color: rgb(230,124,201); }
H1.HeaderClassName
{
color: #E67CC9;
}
.AnyTagClassName
{
color: #E67CC9;
}
</style>
background-color css
<style>
a { background-color: #E67CC9; }
a { background-color: rgb(230,124,201); }
div.DivClassName
{
background-color: #E67CC9;
}
.BgClassName
{
background-color: #E67CC9;
}
</style>
border-color css
<style>
span { border-color: #E67CC9; }
span { border-color: rgb(230,124,201); }
td.TdClassName
{
border-color: #E67CC9;
}
.TagClassName
{
border-color: #E67CC9;
}
</style>