Shades of Tea Rose #E58CCF
Tints of Tea Rose #E58CCF
RGB
CMYK
RGB Variations
Color information
#E58CCF (or 0xE58CCF) is known color: Tea Rose. HEX triplet: E5, 8C and CF. RGB value is (229,140,207). Sum of RGB (Red+Green+Blue) = 229+140+207=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CCF is #1A7330. Grayscale: #AEAEAE. Windows color (decimal): -1733425 or 13602021. OLE color: 13602021.
HSL color Cylindrical-coordinate representation of color #E58CCF: hue angle of 314.83º 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 #E58CCF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 207 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.10 |
| HSL | 314.83º | 0.63% | 0.72% | - |
| HSV(B) | 314.83º | 0.39% | 0.9% | - |
| XYZ | 52.95 | 39.92 | 63.95 | - |
| YUV | 174.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 207 | 0 | 0.39 | 0.10 | 0.10 | 314.83 | 0.63 | 0.72 |
| Hex | E5 | 8C | CF | 0 | 27 | A | A | 13B | 3F | 48 |
| Octal | 345 | 214 | 317 | 0 | 47 | 12 | 12 | 473 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11001111 | 0 | 100111 | 1010 | 1010 | 100111011 | 111111 | 1001000 |
Color Harmonies of #E58CCF
Complementary color
Monochromatic Colors of #E58CCF
Black with #E58CCF
Text Example
Text Example
White with #E58CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CCF; }
p { color: rgb(229,140,207); }
H1.HeaderClassName
{
color: #E58CCF;
}
.AnyTagClassName
{
color: #E58CCF;
}
</style>
background-color css
<style>
a { background-color: #E58CCF; }
a { background-color: rgb(229,140,207); }
div.DivClassName
{
background-color: #E58CCF;
}
.BgClassName
{
background-color: #E58CCF;
}
</style>
border-color css
<style>
span { border-color: #E58CCF; }
span { border-color: rgb(229,140,207); }
td.TdClassName
{
border-color: #E58CCF;
}
.TagClassName
{
border-color: #E58CCF;
}
</style>