Shades of Tea Rose #E57DC6
Tints of Tea Rose #E57DC6
RGB
CMYK
RGB Variations
Color information
#E57DC6 (or 0xE57DC6) is known color: Tea Rose. HEX triplet: E5, 7D and C6. RGB value is (229,125,198). Sum of RGB (Red+Green+Blue) = 229+125+198=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E57DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57DC6 is #1A8239. Grayscale: #A4A4A4. Windows color (decimal): -1737274 or 13008357. OLE color: 13008357.
HSL color Cylindrical-coordinate representation of color #E57DC6: hue angle of 317.88º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57DC6 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 198 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.10 |
| HSL | 317.88º | 0.67% | 0.69% | - |
| HSV(B) | 317.88º | 0.45% | 0.9% | - |
| XYZ | 49.84 | 35.4 | 57.63 | - |
| YUV | 164.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 198 | 0 | 0.45 | 0.14 | 0.10 | 317.88 | 0.67 | 0.69 |
| Hex | E5 | 7D | C6 | 0 | 2D | E | A | 13E | 43 | 45 |
| Octal | 345 | 175 | 306 | 0 | 55 | 16 | 12 | 476 | 103 | 105 |
| Binary | 11100101 | 1111101 | 11000110 | 0 | 101101 | 1110 | 1010 | 100111110 | 1000011 | 1000101 |
Color Harmonies of #E57DC6
Complementary color
Monochromatic Colors of #E57DC6
Black with #E57DC6
Text Example
Text Example
White with #E57DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57DC6; }
p { color: rgb(229,125,198); }
H1.HeaderClassName
{
color: #E57DC6;
}
.AnyTagClassName
{
color: #E57DC6;
}
</style>
background-color css
<style>
a { background-color: #E57DC6; }
a { background-color: rgb(229,125,198); }
div.DivClassName
{
background-color: #E57DC6;
}
.BgClassName
{
background-color: #E57DC6;
}
</style>
border-color css
<style>
span { border-color: #E57DC6; }
span { border-color: rgb(229,125,198); }
td.TdClassName
{
border-color: #E57DC6;
}
.TagClassName
{
border-color: #E57DC6;
}
</style>