Shades of Tea Rose #E183C5
Tints of Tea Rose #E183C5
RGB
CMYK
RGB Variations
Color information
#E183C5 (or 0xE183C5) is known color: Tea Rose. HEX triplet: E1, 83 and C5. RGB value is (225,131,197). Sum of RGB (Red+Green+Blue) = 225+131+197=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E183C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183C5 is #1E7C3A. Grayscale: #A6A6A6. Windows color (decimal): -1997883 or 12944353. OLE color: 12944353.
HSL color Cylindrical-coordinate representation of color #E183C5: hue angle of 317.87º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E183C5 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 197 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.12 |
| HSL | 317.87º | 0.61% | 0.7% | - |
| HSV(B) | 317.87º | 0.42% | 0.88% | - |
| XYZ | 49.25 | 36.27 | 57.23 | - |
| YUV | 166.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 197 | 0 | 0.42 | 0.12 | 0.12 | 317.87 | 0.61 | 0.7 |
| Hex | E1 | 83 | C5 | 0 | 2A | C | C | 13E | 3D | 46 |
| Octal | 341 | 203 | 305 | 0 | 52 | 14 | 14 | 476 | 75 | 106 |
| Binary | 11100001 | 10000011 | 11000101 | 0 | 101010 | 1100 | 1100 | 100111110 | 111101 | 1000110 |
Color Harmonies of #E183C5
Complementary color
Monochromatic Colors of #E183C5
Black with #E183C5
Text Example
Text Example
White with #E183C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183C5; }
p { color: rgb(225,131,197); }
H1.HeaderClassName
{
color: #E183C5;
}
.AnyTagClassName
{
color: #E183C5;
}
</style>
background-color css
<style>
a { background-color: #E183C5; }
a { background-color: rgb(225,131,197); }
div.DivClassName
{
background-color: #E183C5;
}
.BgClassName
{
background-color: #E183C5;
}
</style>
border-color css
<style>
span { border-color: #E183C5; }
span { border-color: rgb(225,131,197); }
td.TdClassName
{
border-color: #E183C5;
}
.TagClassName
{
border-color: #E183C5;
}
</style>