Shades of Tea Rose #E181C3
Tints of Tea Rose #E181C3
RGB
CMYK
RGB Variations
Color information
#E181C3 (or 0xE181C3) is known color: Tea Rose. HEX triplet: E1, 81 and C3. RGB value is (225,129,195). Sum of RGB (Red+Green+Blue) = 225+129+195=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E181C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181C3 is #1E7E3C. Grayscale: #A5A5A5. Windows color (decimal): -1998397 or 12812769. OLE color: 12812769.
HSL color Cylindrical-coordinate representation of color #E181C3: hue angle of 318.75º 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 #E181C3 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 195 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.12 |
| HSL | 318.75º | 0.62% | 0.69% | - |
| HSV(B) | 318.75º | 0.43% | 0.88% | - |
| XYZ | 48.75 | 35.65 | 55.94 | - |
| YUV | 165.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 195 | 0 | 0.43 | 0.13 | 0.12 | 318.75 | 0.62 | 0.69 |
| Hex | E1 | 81 | C3 | 0 | 2B | D | C | 13F | 3E | 45 |
| Octal | 341 | 201 | 303 | 0 | 53 | 15 | 14 | 477 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11000011 | 0 | 101011 | 1101 | 1100 | 100111111 | 111110 | 1000101 |
Color Harmonies of #E181C3
Complementary color
Monochromatic Colors of #E181C3
Black with #E181C3
Text Example
Text Example
White with #E181C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181C3; }
p { color: rgb(225,129,195); }
H1.HeaderClassName
{
color: #E181C3;
}
.AnyTagClassName
{
color: #E181C3;
}
</style>
background-color css
<style>
a { background-color: #E181C3; }
a { background-color: rgb(225,129,195); }
div.DivClassName
{
background-color: #E181C3;
}
.BgClassName
{
background-color: #E181C3;
}
</style>
border-color css
<style>
span { border-color: #E181C3; }
span { border-color: rgb(225,129,195); }
td.TdClassName
{
border-color: #E181C3;
}
.TagClassName
{
border-color: #E181C3;
}
</style>