Shades of Tea Rose #E58CCD
Tints of Tea Rose #E58CCD
RGB
CMYK
RGB Variations
Color information
#E58CCD (or 0xE58CCD) is known color: Tea Rose. HEX triplet: E5, 8C and CD. RGB value is (229,140,205). Sum of RGB (Red+Green+Blue) = 229+140+205=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CCD is #1A7332. Grayscale: #ADADAD. Windows color (decimal): -1733427 or 13470949. OLE color: 13470949.
HSL color Cylindrical-coordinate representation of color #E58CCD: hue angle of 316.18º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CCD is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 205 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.10 |
| HSL | 316.18º | 0.63% | 0.72% | - |
| HSV(B) | 316.18º | 0.39% | 0.9% | - |
| XYZ | 52.71 | 39.82 | 62.67 | - |
| YUV | 174.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 205 | 0 | 0.39 | 0.10 | 0.10 | 316.18 | 0.63 | 0.72 |
| Hex | E5 | 8C | CD | 0 | 27 | A | A | 13C | 3F | 48 |
| Octal | 345 | 214 | 315 | 0 | 47 | 12 | 12 | 474 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11001101 | 0 | 100111 | 1010 | 1010 | 100111100 | 111111 | 1001000 |
Color Harmonies of #E58CCD
Complementary color
Monochromatic Colors of #E58CCD
Black with #E58CCD
Text Example
Text Example
White with #E58CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CCD; }
p { color: rgb(229,140,205); }
H1.HeaderClassName
{
color: #E58CCD;
}
.AnyTagClassName
{
color: #E58CCD;
}
</style>
background-color css
<style>
a { background-color: #E58CCD; }
a { background-color: rgb(229,140,205); }
div.DivClassName
{
background-color: #E58CCD;
}
.BgClassName
{
background-color: #E58CCD;
}
</style>
border-color css
<style>
span { border-color: #E58CCD; }
span { border-color: rgb(229,140,205); }
td.TdClassName
{
border-color: #E58CCD;
}
.TagClassName
{
border-color: #E58CCD;
}
</style>