Shades of Tea Rose #E784CE
Tints of Tea Rose #E784CE
RGB
CMYK
RGB Variations
Color information
#E784CE (or 0xE784CE) is known color: Tea Rose. HEX triplet: E7, 84 and CE. RGB value is (231,132,206). Sum of RGB (Red+Green+Blue) = 231+132+206=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E784CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784CE is #187B31. Grayscale: #A9A9A9. Windows color (decimal): -1604402 or 13534439. OLE color: 13534439.
HSL color Cylindrical-coordinate representation of color #E784CE: hue angle of 315.15º 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 #E784CE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 206 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.09 |
| HSL | 315.15º | 0.67% | 0.71% | - |
| HSV(B) | 315.15º | 0.43% | 0.91% | - |
| XYZ | 52.35 | 37.95 | 62.96 | - |
| YUV | 170.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 206 | 0 | 0.43 | 0.11 | 0.09 | 315.15 | 0.67 | 0.71 |
| Hex | E7 | 84 | CE | 0 | 2B | B | 9 | 13B | 43 | 47 |
| Octal | 347 | 204 | 316 | 0 | 53 | 13 | 11 | 473 | 103 | 107 |
| Binary | 11100111 | 10000100 | 11001110 | 0 | 101011 | 1011 | 1001 | 100111011 | 1000011 | 1000111 |
Color Harmonies of #E784CE
Complementary color
Monochromatic Colors of #E784CE
Black with #E784CE
Text Example
Text Example
White with #E784CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784CE; }
p { color: rgb(231,132,206); }
H1.HeaderClassName
{
color: #E784CE;
}
.AnyTagClassName
{
color: #E784CE;
}
</style>
background-color css
<style>
a { background-color: #E784CE; }
a { background-color: rgb(231,132,206); }
div.DivClassName
{
background-color: #E784CE;
}
.BgClassName
{
background-color: #E784CE;
}
</style>
border-color css
<style>
span { border-color: #E784CE; }
span { border-color: rgb(231,132,206); }
td.TdClassName
{
border-color: #E784CE;
}
.TagClassName
{
border-color: #E784CE;
}
</style>