Shades of Tea Rose #E27DC5
Tints of Tea Rose #E27DC5
RGB
CMYK
RGB Variations
Color information
#E27DC5 (or 0xE27DC5) is known color: Tea Rose. HEX triplet: E2, 7D and C5. RGB value is (226,125,197). Sum of RGB (Red+Green+Blue) = 226+125+197=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DC5 is #1D823A. Grayscale: #A3A3A3. Windows color (decimal): -1933883 or 12942818. OLE color: 12942818.
HSL color Cylindrical-coordinate representation of color #E27DC5: hue angle of 317.23º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DC5 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 197 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.11 |
| HSL | 317.23º | 0.64% | 0.69% | - |
| HSV(B) | 317.23º | 0.45% | 0.89% | - |
| XYZ | 48.78 | 34.87 | 56.98 | - |
| YUV | 163.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 197 | 0 | 0.45 | 0.13 | 0.11 | 317.23 | 0.64 | 0.69 |
| Hex | E2 | 7D | C5 | 0 | 2D | D | B | 13D | 40 | 45 |
| Octal | 342 | 175 | 305 | 0 | 55 | 15 | 13 | 475 | 100 | 105 |
| Binary | 11100010 | 1111101 | 11000101 | 0 | 101101 | 1101 | 1011 | 100111101 | 1000000 | 1000101 |
Color Harmonies of #E27DC5
Complementary color
Monochromatic Colors of #E27DC5
Black with #E27DC5
Text Example
Text Example
White with #E27DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DC5; }
p { color: rgb(226,125,197); }
H1.HeaderClassName
{
color: #E27DC5;
}
.AnyTagClassName
{
color: #E27DC5;
}
</style>
background-color css
<style>
a { background-color: #E27DC5; }
a { background-color: rgb(226,125,197); }
div.DivClassName
{
background-color: #E27DC5;
}
.BgClassName
{
background-color: #E27DC5;
}
</style>
border-color css
<style>
span { border-color: #E27DC5; }
span { border-color: rgb(226,125,197); }
td.TdClassName
{
border-color: #E27DC5;
}
.TagClassName
{
border-color: #E27DC5;
}
</style>