Shades of Tea Rose #E17FC6
Tints of Tea Rose #E17FC6
RGB
CMYK
RGB Variations
Color information
#E17FC6 (or 0xE17FC6) is known color: Tea Rose. HEX triplet: E1, 7F and C6. RGB value is (225,127,198). Sum of RGB (Red+Green+Blue) = 225+127+198=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FC6 is #1E8039. Grayscale: #A4A4A4. Windows color (decimal): -1998906 or 13008865. OLE color: 13008865.
HSL color Cylindrical-coordinate representation of color #E17FC6: hue angle of 316.53º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FC6 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 198 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.12 |
| HSL | 316.53º | 0.62% | 0.69% | - |
| HSV(B) | 316.53º | 0.44% | 0.88% | - |
| XYZ | 48.83 | 35.26 | 57.66 | - |
| YUV | 164.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 198 | 0 | 0.44 | 0.12 | 0.12 | 316.53 | 0.62 | 0.69 |
| Hex | E1 | 7F | C6 | 0 | 2C | C | C | 13D | 3E | 45 |
| Octal | 341 | 177 | 306 | 0 | 54 | 14 | 14 | 475 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11000110 | 0 | 101100 | 1100 | 1100 | 100111101 | 111110 | 1000101 |
Color Harmonies of #E17FC6
Complementary color
Monochromatic Colors of #E17FC6
Black with #E17FC6
Text Example
Text Example
White with #E17FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FC6; }
p { color: rgb(225,127,198); }
H1.HeaderClassName
{
color: #E17FC6;
}
.AnyTagClassName
{
color: #E17FC6;
}
</style>
background-color css
<style>
a { background-color: #E17FC6; }
a { background-color: rgb(225,127,198); }
div.DivClassName
{
background-color: #E17FC6;
}
.BgClassName
{
background-color: #E17FC6;
}
</style>
border-color css
<style>
span { border-color: #E17FC6; }
span { border-color: rgb(225,127,198); }
td.TdClassName
{
border-color: #E17FC6;
}
.TagClassName
{
border-color: #E17FC6;
}
</style>