Shades of Tea Rose #EE85C3
Tints of Tea Rose #EE85C3
RGB
CMYK
RGB Variations
Color information
#EE85C3 (or 0xEE85C3) is known color: Tea Rose. HEX triplet: EE, 85 and C3. RGB value is (238,133,195). Sum of RGB (Red+Green+Blue) = 238+133+195=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85C3 is #117A3C. Grayscale: #ABABAB. Windows color (decimal): -1145405 or 12813806. OLE color: 12813806.
HSL color Cylindrical-coordinate representation of color #EE85C3: hue angle of 324.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE85C3 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 195 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.07 |
| HSL | 324.57º | 0.76% | 0.73% | - |
| HSV(B) | 324.57º | 0.44% | 0.93% | - |
| XYZ | 53.5 | 38.89 | 56.32 | - |
| YUV | 171.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 195 | 0 | 0.44 | 0.18 | 0.07 | 324.57 | 0.76 | 0.73 |
| Hex | EE | 85 | C3 | 0 | 2C | 12 | 7 | 145 | 4C | 49 |
| Octal | 356 | 205 | 303 | 0 | 54 | 22 | 7 | 505 | 114 | 111 |
| Binary | 11101110 | 10000101 | 11000011 | 0 | 101100 | 10010 | 111 | 101000101 | 1001100 | 1001001 |
Color Harmonies of #EE85C3
Complementary color
Monochromatic Colors of #EE85C3
Black with #EE85C3
Text Example
Text Example
White with #EE85C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE85C3; }
p { color: rgb(238,133,195); }
H1.HeaderClassName
{
color: #EE85C3;
}
.AnyTagClassName
{
color: #EE85C3;
}
</style>
background-color css
<style>
a { background-color: #EE85C3; }
a { background-color: rgb(238,133,195); }
div.DivClassName
{
background-color: #EE85C3;
}
.BgClassName
{
background-color: #EE85C3;
}
</style>
border-color css
<style>
span { border-color: #EE85C3; }
span { border-color: rgb(238,133,195); }
td.TdClassName
{
border-color: #EE85C3;
}
.TagClassName
{
border-color: #EE85C3;
}
</style>