Shades of Tea Rose #E67CCA
Tints of Tea Rose #E67CCA
RGB
CMYK
RGB Variations
Color information
#E67CCA (or 0xE67CCA) is known color: Tea Rose. HEX triplet: E6, 7C and CA. RGB value is (230,124,202). Sum of RGB (Red+Green+Blue) = 230+124+202=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67CCA is #198335. Grayscale: #A4A4A4. Windows color (decimal): -1671990 or 13270246. OLE color: 13270246.
HSL color Cylindrical-coordinate representation of color #E67CCA: hue angle of 315.85º 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 #E67CCA is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 202 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.10 |
| HSL | 315.85º | 0.68% | 0.69% | - |
| HSV(B) | 315.85º | 0.46% | 0.9% | - |
| XYZ | 50.5 | 35.5 | 60.07 | - |
| YUV | 164.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 202 | 0 | 0.46 | 0.12 | 0.10 | 315.85 | 0.68 | 0.69 |
| Hex | E6 | 7C | CA | 0 | 2E | C | A | 13C | 44 | 45 |
| Octal | 346 | 174 | 312 | 0 | 56 | 14 | 12 | 474 | 104 | 105 |
| Binary | 11100110 | 1111100 | 11001010 | 0 | 101110 | 1100 | 1010 | 100111100 | 1000100 | 1000101 |
Color Harmonies of #E67CCA
Complementary color
Monochromatic Colors of #E67CCA
Black with #E67CCA
Text Example
Text Example
White with #E67CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67CCA; }
p { color: rgb(230,124,202); }
H1.HeaderClassName
{
color: #E67CCA;
}
.AnyTagClassName
{
color: #E67CCA;
}
</style>
background-color css
<style>
a { background-color: #E67CCA; }
a { background-color: rgb(230,124,202); }
div.DivClassName
{
background-color: #E67CCA;
}
.BgClassName
{
background-color: #E67CCA;
}
</style>
border-color css
<style>
span { border-color: #E67CCA; }
span { border-color: rgb(230,124,202); }
td.TdClassName
{
border-color: #E67CCA;
}
.TagClassName
{
border-color: #E67CCA;
}
</style>