Shades of Tea Rose #E185C8
Tints of Tea Rose #E185C8
RGB
CMYK
RGB Variations
Color information
#E185C8 (or 0xE185C8) is known color: Tea Rose. HEX triplet: E1, 85 and C8. RGB value is (225,133,200). Sum of RGB (Red+Green+Blue) = 225+133+200=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E185C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185C8 is #1E7A37. Grayscale: #A7A7A7. Windows color (decimal): -1997368 or 13141473. OLE color: 13141473.
HSL color Cylindrical-coordinate representation of color #E185C8: hue angle of 316.3º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185C8 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 200 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.12 |
| HSL | 316.3º | 0.61% | 0.7% | - |
| HSV(B) | 316.3º | 0.41% | 0.88% | - |
| XYZ | 49.86 | 36.95 | 59.15 | - |
| YUV | 168.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 200 | 0 | 0.41 | 0.11 | 0.12 | 316.3 | 0.61 | 0.7 |
| Hex | E1 | 85 | C8 | 0 | 29 | B | C | 13C | 3D | 46 |
| Octal | 341 | 205 | 310 | 0 | 51 | 13 | 14 | 474 | 75 | 106 |
| Binary | 11100001 | 10000101 | 11001000 | 0 | 101001 | 1011 | 1100 | 100111100 | 111101 | 1000110 |
Color Harmonies of #E185C8
Complementary color
Monochromatic Colors of #E185C8
Black with #E185C8
Text Example
Text Example
White with #E185C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185C8; }
p { color: rgb(225,133,200); }
H1.HeaderClassName
{
color: #E185C8;
}
.AnyTagClassName
{
color: #E185C8;
}
</style>
background-color css
<style>
a { background-color: #E185C8; }
a { background-color: rgb(225,133,200); }
div.DivClassName
{
background-color: #E185C8;
}
.BgClassName
{
background-color: #E185C8;
}
</style>
border-color css
<style>
span { border-color: #E185C8; }
span { border-color: rgb(225,133,200); }
td.TdClassName
{
border-color: #E185C8;
}
.TagClassName
{
border-color: #E185C8;
}
</style>