Shades of Tea Rose #E287C4
Tints of Tea Rose #E287C4
RGB
CMYK
RGB Variations
Color information
#E287C4 (or 0xE287C4) is known color: Tea Rose. HEX triplet: E2, 87 and C4. RGB value is (226,135,196). Sum of RGB (Red+Green+Blue) = 226+135+196=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E287C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287C4 is #1D783B. Grayscale: #A9A9A9. Windows color (decimal): -1931324 or 12879842. OLE color: 12879842.
HSL color Cylindrical-coordinate representation of color #E287C4: hue angle of 319.78º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287C4 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 196 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.11 |
| HSL | 319.78º | 0.61% | 0.71% | - |
| HSV(B) | 319.78º | 0.4% | 0.89% | - |
| XYZ | 49.99 | 37.48 | 56.82 | - |
| YUV | 169.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 196 | 0 | 0.40 | 0.13 | 0.11 | 319.78 | 0.61 | 0.71 |
| Hex | E2 | 87 | C4 | 0 | 28 | D | B | 140 | 3D | 47 |
| Octal | 342 | 207 | 304 | 0 | 50 | 15 | 13 | 500 | 75 | 107 |
| Binary | 11100010 | 10000111 | 11000100 | 0 | 101000 | 1101 | 1011 | 101000000 | 111101 | 1000111 |
Color Harmonies of #E287C4
Complementary color
Monochromatic Colors of #E287C4
Black with #E287C4
Text Example
Text Example
White with #E287C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287C4; }
p { color: rgb(226,135,196); }
H1.HeaderClassName
{
color: #E287C4;
}
.AnyTagClassName
{
color: #E287C4;
}
</style>
background-color css
<style>
a { background-color: #E287C4; }
a { background-color: rgb(226,135,196); }
div.DivClassName
{
background-color: #E287C4;
}
.BgClassName
{
background-color: #E287C4;
}
</style>
border-color css
<style>
span { border-color: #E287C4; }
span { border-color: rgb(226,135,196); }
td.TdClassName
{
border-color: #E287C4;
}
.TagClassName
{
border-color: #E287C4;
}
</style>