Shades of Tea Rose #E67FCC
Tints of Tea Rose #E67FCC
RGB
CMYK
RGB Variations
Color information
#E67FCC (or 0xE67FCC) is known color: Tea Rose. HEX triplet: E6, 7F and CC. RGB value is (230,127,204). Sum of RGB (Red+Green+Blue) = 230+127+204=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FCC is #198033. Grayscale: #A6A6A6. Windows color (decimal): -1671220 or 13402086. OLE color: 13402086.
HSL color Cylindrical-coordinate representation of color #E67FCC: hue angle of 315.15º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FCC is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 204 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.10 |
| HSL | 315.15º | 0.67% | 0.7% | - |
| HSV(B) | 315.15º | 0.45% | 0.9% | - |
| XYZ | 51.12 | 36.36 | 61.45 | - |
| YUV | 166.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 204 | 0 | 0.45 | 0.11 | 0.10 | 315.15 | 0.67 | 0.7 |
| Hex | E6 | 7F | CC | 0 | 2D | B | A | 13B | 43 | 46 |
| Octal | 346 | 177 | 314 | 0 | 55 | 13 | 12 | 473 | 103 | 106 |
| Binary | 11100110 | 1111111 | 11001100 | 0 | 101101 | 1011 | 1010 | 100111011 | 1000011 | 1000110 |
Color Harmonies of #E67FCC
Complementary color
Monochromatic Colors of #E67FCC
Black with #E67FCC
Text Example
Text Example
White with #E67FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FCC; }
p { color: rgb(230,127,204); }
H1.HeaderClassName
{
color: #E67FCC;
}
.AnyTagClassName
{
color: #E67FCC;
}
</style>
background-color css
<style>
a { background-color: #E67FCC; }
a { background-color: rgb(230,127,204); }
div.DivClassName
{
background-color: #E67FCC;
}
.BgClassName
{
background-color: #E67FCC;
}
</style>
border-color css
<style>
span { border-color: #E67FCC; }
span { border-color: rgb(230,127,204); }
td.TdClassName
{
border-color: #E67FCC;
}
.TagClassName
{
border-color: #E67FCC;
}
</style>