Shades of Tea Rose #E27EC5
Tints of Tea Rose #E27EC5
RGB
CMYK
RGB Variations
Color information
#E27EC5 (or 0xE27EC5) is known color: Tea Rose. HEX triplet: E2, 7E and C5. RGB value is (226,126,197). Sum of RGB (Red+Green+Blue) = 226+126+197=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EC5 is #1D813A. Grayscale: #A3A3A3. Windows color (decimal): -1933627 or 12943074. OLE color: 12943074.
HSL color Cylindrical-coordinate representation of color #E27EC5: hue angle of 317.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EC5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 197 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.11 |
| HSL | 317.4º | 0.63% | 0.69% | - |
| HSV(B) | 317.4º | 0.44% | 0.89% | - |
| XYZ | 48.9 | 35.12 | 57.03 | - |
| YUV | 163.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 197 | 0 | 0.44 | 0.13 | 0.11 | 317.4 | 0.63 | 0.69 |
| Hex | E2 | 7E | C5 | 0 | 2C | D | B | 13D | 3F | 45 |
| Octal | 342 | 176 | 305 | 0 | 54 | 15 | 13 | 475 | 77 | 105 |
| Binary | 11100010 | 1111110 | 11000101 | 0 | 101100 | 1101 | 1011 | 100111101 | 111111 | 1000101 |
Color Harmonies of #E27EC5
Complementary color
Monochromatic Colors of #E27EC5
Black with #E27EC5
Text Example
Text Example
White with #E27EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EC5; }
p { color: rgb(226,126,197); }
H1.HeaderClassName
{
color: #E27EC5;
}
.AnyTagClassName
{
color: #E27EC5;
}
</style>
background-color css
<style>
a { background-color: #E27EC5; }
a { background-color: rgb(226,126,197); }
div.DivClassName
{
background-color: #E27EC5;
}
.BgClassName
{
background-color: #E27EC5;
}
</style>
border-color css
<style>
span { border-color: #E27EC5; }
span { border-color: rgb(226,126,197); }
td.TdClassName
{
border-color: #E27EC5;
}
.TagClassName
{
border-color: #E27EC5;
}
</style>