Shades of Tea Rose #E588C4
Tints of Tea Rose #E588C4
RGB
CMYK
RGB Variations
Color information
#E588C4 (or 0xE588C4) is known color: Tea Rose. HEX triplet: E5, 88 and C4. RGB value is (229,136,196). Sum of RGB (Red+Green+Blue) = 229+136+196=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E588C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E588C4 is #1A773B. Grayscale: #AAAAAA. Windows color (decimal): -1734460 or 12880101. OLE color: 12880101.
HSL color Cylindrical-coordinate representation of color #E588C4: hue angle of 321.29º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E588C4 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 196 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.10 |
| HSL | 321.29º | 0.64% | 0.72% | - |
| HSV(B) | 321.29º | 0.41% | 0.9% | - |
| XYZ | 51.08 | 38.25 | 56.92 | - |
| YUV | 170.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 196 | 0 | 0.41 | 0.14 | 0.10 | 321.29 | 0.64 | 0.72 |
| Hex | E5 | 88 | C4 | 0 | 29 | E | A | 141 | 40 | 48 |
| Octal | 345 | 210 | 304 | 0 | 51 | 16 | 12 | 501 | 100 | 110 |
| Binary | 11100101 | 10001000 | 11000100 | 0 | 101001 | 1110 | 1010 | 101000001 | 1000000 | 1001000 |
Color Harmonies of #E588C4
Complementary color
Monochromatic Colors of #E588C4
Black with #E588C4
Text Example
Text Example
White with #E588C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588C4; }
p { color: rgb(229,136,196); }
H1.HeaderClassName
{
color: #E588C4;
}
.AnyTagClassName
{
color: #E588C4;
}
</style>
background-color css
<style>
a { background-color: #E588C4; }
a { background-color: rgb(229,136,196); }
div.DivClassName
{
background-color: #E588C4;
}
.BgClassName
{
background-color: #E588C4;
}
</style>
border-color css
<style>
span { border-color: #E588C4; }
span { border-color: rgb(229,136,196); }
td.TdClassName
{
border-color: #E588C4;
}
.TagClassName
{
border-color: #E588C4;
}
</style>