Shades of Tea Rose #E183C3
Tints of Tea Rose #E183C3
RGB
CMYK
RGB Variations
Color information
#E183C3 (or 0xE183C3) is known color: Tea Rose. HEX triplet: E1, 83 and C3. RGB value is (225,131,195). Sum of RGB (Red+Green+Blue) = 225+131+195=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E183C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183C3 is #1E7C3C. Grayscale: #A6A6A6. Windows color (decimal): -1997885 or 12813281. OLE color: 12813281.
HSL color Cylindrical-coordinate representation of color #E183C3: hue angle of 319.15º 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 #E183C3 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 195 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.12 |
| HSL | 319.15º | 0.61% | 0.7% | - |
| HSV(B) | 319.15º | 0.42% | 0.88% | - |
| XYZ | 49.02 | 36.18 | 56.03 | - |
| YUV | 166.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 195 | 0 | 0.42 | 0.13 | 0.12 | 319.15 | 0.61 | 0.7 |
| Hex | E1 | 83 | C3 | 0 | 2A | D | C | 13F | 3D | 46 |
| Octal | 341 | 203 | 303 | 0 | 52 | 15 | 14 | 477 | 75 | 106 |
| Binary | 11100001 | 10000011 | 11000011 | 0 | 101010 | 1101 | 1100 | 100111111 | 111101 | 1000110 |
Color Harmonies of #E183C3
Complementary color
Monochromatic Colors of #E183C3
Black with #E183C3
Text Example
Text Example
White with #E183C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183C3; }
p { color: rgb(225,131,195); }
H1.HeaderClassName
{
color: #E183C3;
}
.AnyTagClassName
{
color: #E183C3;
}
</style>
background-color css
<style>
a { background-color: #E183C3; }
a { background-color: rgb(225,131,195); }
div.DivClassName
{
background-color: #E183C3;
}
.BgClassName
{
background-color: #E183C3;
}
</style>
border-color css
<style>
span { border-color: #E183C3; }
span { border-color: rgb(225,131,195); }
td.TdClassName
{
border-color: #E183C3;
}
.TagClassName
{
border-color: #E183C3;
}
</style>