Shades of Tea Rose #E784C9
Tints of Tea Rose #E784C9
RGB
CMYK
RGB Variations
Color information
#E784C9 (or 0xE784C9) is known color: Tea Rose. HEX triplet: E7, 84 and C9. RGB value is (231,132,201). Sum of RGB (Red+Green+Blue) = 231+132+201=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E784C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784C9 is #187B36. Grayscale: #A9A9A9. Windows color (decimal): -1604407 or 13206759. OLE color: 13206759.
HSL color Cylindrical-coordinate representation of color #E784C9: hue angle of 318.18º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E784C9 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 201 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.09 |
| HSL | 318.18º | 0.67% | 0.71% | - |
| HSV(B) | 318.18º | 0.43% | 0.91% | - |
| XYZ | 51.75 | 37.71 | 59.81 | - |
| YUV | 169.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 201 | 0 | 0.43 | 0.13 | 0.09 | 318.18 | 0.67 | 0.71 |
| Hex | E7 | 84 | C9 | 0 | 2B | D | 9 | 13E | 43 | 47 |
| Octal | 347 | 204 | 311 | 0 | 53 | 15 | 11 | 476 | 103 | 107 |
| Binary | 11100111 | 10000100 | 11001001 | 0 | 101011 | 1101 | 1001 | 100111110 | 1000011 | 1000111 |
Color Harmonies of #E784C9
Complementary color
Monochromatic Colors of #E784C9
Black with #E784C9
Text Example
Text Example
White with #E784C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784C9; }
p { color: rgb(231,132,201); }
H1.HeaderClassName
{
color: #E784C9;
}
.AnyTagClassName
{
color: #E784C9;
}
</style>
background-color css
<style>
a { background-color: #E784C9; }
a { background-color: rgb(231,132,201); }
div.DivClassName
{
background-color: #E784C9;
}
.BgClassName
{
background-color: #E784C9;
}
</style>
border-color css
<style>
span { border-color: #E784C9; }
span { border-color: rgb(231,132,201); }
td.TdClassName
{
border-color: #E784C9;
}
.TagClassName
{
border-color: #E784C9;
}
</style>