Shades of Tea Rose #E581CA
Tints of Tea Rose #E581CA
RGB
CMYK
RGB Variations
Color information
#E581CA (or 0xE581CA) is known color: Tea Rose. HEX triplet: E5, 81 and CA. RGB value is (229,129,202). Sum of RGB (Red+Green+Blue) = 229+129+202=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E581CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E581CA is #1A7E35. Grayscale: #A7A7A7. Windows color (decimal): -1736246 or 13271525. OLE color: 13271525.
HSL color Cylindrical-coordinate representation of color #E581CA: hue angle of 316.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E581CA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 202 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.10 |
| HSL | 316.2º | 0.66% | 0.7% | - |
| HSV(B) | 316.2º | 0.44% | 0.9% | - |
| XYZ | 50.82 | 36.62 | 60.27 | - |
| YUV | 167.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 202 | 0 | 0.44 | 0.12 | 0.10 | 316.2 | 0.66 | 0.7 |
| Hex | E5 | 81 | CA | 0 | 2C | C | A | 13C | 42 | 46 |
| Octal | 345 | 201 | 312 | 0 | 54 | 14 | 12 | 474 | 102 | 106 |
| Binary | 11100101 | 10000001 | 11001010 | 0 | 101100 | 1100 | 1010 | 100111100 | 1000010 | 1000110 |
Color Harmonies of #E581CA
Complementary color
Monochromatic Colors of #E581CA
Black with #E581CA
Text Example
Text Example
White with #E581CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E581CA; }
p { color: rgb(229,129,202); }
H1.HeaderClassName
{
color: #E581CA;
}
.AnyTagClassName
{
color: #E581CA;
}
</style>
background-color css
<style>
a { background-color: #E581CA; }
a { background-color: rgb(229,129,202); }
div.DivClassName
{
background-color: #E581CA;
}
.BgClassName
{
background-color: #E581CA;
}
</style>
border-color css
<style>
span { border-color: #E581CA; }
span { border-color: rgb(229,129,202); }
td.TdClassName
{
border-color: #E581CA;
}
.TagClassName
{
border-color: #E581CA;
}
</style>