Shades of Tea Rose #E381CA
Tints of Tea Rose #E381CA
RGB
CMYK
RGB Variations
Color information
#E381CA (or 0xE381CA) is known color: Tea Rose. HEX triplet: E3, 81 and CA. RGB value is (227,129,202). Sum of RGB (Red+Green+Blue) = 227+129+202=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E381CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381CA is #1C7E35. Grayscale: #A6A6A6. Windows color (decimal): -1867318 or 13271523. OLE color: 13271523.
HSL color Cylindrical-coordinate representation of color #E381CA: hue angle of 315.31º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381CA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 202 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.11 |
| HSL | 315.31º | 0.64% | 0.7% | - |
| HSV(B) | 315.31º | 0.43% | 0.89% | - |
| XYZ | 50.19 | 36.3 | 60.24 | - |
| YUV | 166.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 202 | 0 | 0.43 | 0.11 | 0.11 | 315.31 | 0.64 | 0.7 |
| Hex | E3 | 81 | CA | 0 | 2B | B | B | 13B | 40 | 46 |
| Octal | 343 | 201 | 312 | 0 | 53 | 13 | 13 | 473 | 100 | 106 |
| Binary | 11100011 | 10000001 | 11001010 | 0 | 101011 | 1011 | 1011 | 100111011 | 1000000 | 1000110 |
Color Harmonies of #E381CA
Complementary color
Monochromatic Colors of #E381CA
Black with #E381CA
Text Example
Text Example
White with #E381CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381CA; }
p { color: rgb(227,129,202); }
H1.HeaderClassName
{
color: #E381CA;
}
.AnyTagClassName
{
color: #E381CA;
}
</style>
background-color css
<style>
a { background-color: #E381CA; }
a { background-color: rgb(227,129,202); }
div.DivClassName
{
background-color: #E381CA;
}
.BgClassName
{
background-color: #E381CA;
}
</style>
border-color css
<style>
span { border-color: #E381CA; }
span { border-color: rgb(227,129,202); }
td.TdClassName
{
border-color: #E381CA;
}
.TagClassName
{
border-color: #E381CA;
}
</style>