Shades of Tea Rose #E285CB
Tints of Tea Rose #E285CB
RGB
CMYK
RGB Variations
Color information
#E285CB (or 0xE285CB) is known color: Tea Rose. HEX triplet: E2, 85 and CB. RGB value is (226,133,203). Sum of RGB (Red+Green+Blue) = 226+133+203=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E285CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285CB is #1D7A34. Grayscale: #A8A8A8. Windows color (decimal): -1931829 or 13338082. OLE color: 13338082.
HSL color Cylindrical-coordinate representation of color #E285CB: hue angle of 314.84º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285CB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 203 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.11 |
| HSL | 314.84º | 0.62% | 0.7% | - |
| HSV(B) | 314.84º | 0.41% | 0.89% | - |
| XYZ | 50.53 | 37.26 | 61.03 | - |
| YUV | 168.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 203 | 0 | 0.41 | 0.10 | 0.11 | 314.84 | 0.62 | 0.7 |
| Hex | E2 | 85 | CB | 0 | 29 | A | B | 13B | 3E | 46 |
| Octal | 342 | 205 | 313 | 0 | 51 | 12 | 13 | 473 | 76 | 106 |
| Binary | 11100010 | 10000101 | 11001011 | 0 | 101001 | 1010 | 1011 | 100111011 | 111110 | 1000110 |
Color Harmonies of #E285CB
Complementary color
Monochromatic Colors of #E285CB
Black with #E285CB
Text Example
Text Example
White with #E285CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E285CB; }
p { color: rgb(226,133,203); }
H1.HeaderClassName
{
color: #E285CB;
}
.AnyTagClassName
{
color: #E285CB;
}
</style>
background-color css
<style>
a { background-color: #E285CB; }
a { background-color: rgb(226,133,203); }
div.DivClassName
{
background-color: #E285CB;
}
.BgClassName
{
background-color: #E285CB;
}
</style>
border-color css
<style>
span { border-color: #E285CB; }
span { border-color: rgb(226,133,203); }
td.TdClassName
{
border-color: #E285CB;
}
.TagClassName
{
border-color: #E285CB;
}
</style>