Shades of Tea Rose #E181C5
Tints of Tea Rose #E181C5
RGB
CMYK
RGB Variations
Color information
#E181C5 (or 0xE181C5) is known color: Tea Rose. HEX triplet: E1, 81 and C5. RGB value is (225,129,197). Sum of RGB (Red+Green+Blue) = 225+129+197=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E181C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181C5 is #1E7E3A. Grayscale: #A5A5A5. Windows color (decimal): -1998395 or 12943841. OLE color: 12943841.
HSL color Cylindrical-coordinate representation of color #E181C5: hue angle of 317.5º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181C5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 197 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.12 |
| HSL | 317.5º | 0.62% | 0.69% | - |
| HSV(B) | 317.5º | 0.43% | 0.88% | - |
| XYZ | 48.98 | 35.74 | 57.14 | - |
| YUV | 165.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 197 | 0 | 0.43 | 0.12 | 0.12 | 317.5 | 0.62 | 0.69 |
| Hex | E1 | 81 | C5 | 0 | 2B | C | C | 13E | 3E | 45 |
| Octal | 341 | 201 | 305 | 0 | 53 | 14 | 14 | 476 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11000101 | 0 | 101011 | 1100 | 1100 | 100111110 | 111110 | 1000101 |
Color Harmonies of #E181C5
Complementary color
Monochromatic Colors of #E181C5
Black with #E181C5
Text Example
Text Example
White with #E181C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181C5; }
p { color: rgb(225,129,197); }
H1.HeaderClassName
{
color: #E181C5;
}
.AnyTagClassName
{
color: #E181C5;
}
</style>
background-color css
<style>
a { background-color: #E181C5; }
a { background-color: rgb(225,129,197); }
div.DivClassName
{
background-color: #E181C5;
}
.BgClassName
{
background-color: #E181C5;
}
</style>
border-color css
<style>
span { border-color: #E181C5; }
span { border-color: rgb(225,129,197); }
td.TdClassName
{
border-color: #E181C5;
}
.TagClassName
{
border-color: #E181C5;
}
</style>