Shades of Tea Rose #E17FC5
Tints of Tea Rose #E17FC5
RGB
CMYK
RGB Variations
Color information
#E17FC5 (or 0xE17FC5) is known color: Tea Rose. HEX triplet: E1, 7F and C5. RGB value is (225,127,197). Sum of RGB (Red+Green+Blue) = 225+127+197=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FC5 is #1E803A. Grayscale: #A4A4A4. Windows color (decimal): -1998907 or 12943329. OLE color: 12943329.
HSL color Cylindrical-coordinate representation of color #E17FC5: hue angle of 317.14º 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 #E17FC5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 197 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.12 |
| HSL | 317.14º | 0.62% | 0.69% | - |
| HSV(B) | 317.14º | 0.44% | 0.88% | - |
| XYZ | 48.72 | 35.22 | 57.05 | - |
| YUV | 164.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 197 | 0 | 0.44 | 0.12 | 0.12 | 317.14 | 0.62 | 0.69 |
| Hex | E1 | 7F | C5 | 0 | 2C | C | C | 13D | 3E | 45 |
| Octal | 341 | 177 | 305 | 0 | 54 | 14 | 14 | 475 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11000101 | 0 | 101100 | 1100 | 1100 | 100111101 | 111110 | 1000101 |
Color Harmonies of #E17FC5
Complementary color
Monochromatic Colors of #E17FC5
Black with #E17FC5
Text Example
Text Example
White with #E17FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FC5; }
p { color: rgb(225,127,197); }
H1.HeaderClassName
{
color: #E17FC5;
}
.AnyTagClassName
{
color: #E17FC5;
}
</style>
background-color css
<style>
a { background-color: #E17FC5; }
a { background-color: rgb(225,127,197); }
div.DivClassName
{
background-color: #E17FC5;
}
.BgClassName
{
background-color: #E17FC5;
}
</style>
border-color css
<style>
span { border-color: #E17FC5; }
span { border-color: rgb(225,127,197); }
td.TdClassName
{
border-color: #E17FC5;
}
.TagClassName
{
border-color: #E17FC5;
}
</style>