Shades of Tea Rose #EE8CCA
Tints of Tea Rose #EE8CCA
RGB
CMYK
RGB Variations
Color information
#EE8CCA (or 0xEE8CCA) is known color: Tea Rose. HEX triplet: EE, 8C and CA. RGB value is (238,140,202). Sum of RGB (Red+Green+Blue) = 238+140+202=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CCA is #117335. Grayscale: #B0B0B0. Windows color (decimal): -1143606 or 13274350. OLE color: 13274350.
HSL color Cylindrical-coordinate representation of color #EE8CCA: hue angle of 322.04º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CCA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 202 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.07 |
| HSL | 322.04º | 0.74% | 0.74% | - |
| HSV(B) | 322.04º | 0.41% | 0.93% | - |
| XYZ | 55.3 | 41.2 | 60.91 | - |
| YUV | 176.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 202 | 0 | 0.41 | 0.15 | 0.07 | 322.04 | 0.74 | 0.74 |
| Hex | EE | 8C | CA | 0 | 29 | F | 7 | 142 | 4A | 4A |
| Octal | 356 | 214 | 312 | 0 | 51 | 17 | 7 | 502 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11001010 | 0 | 101001 | 1111 | 111 | 101000010 | 1001010 | 1001010 |
Color Harmonies of #EE8CCA
Complementary color
Monochromatic Colors of #EE8CCA
Black with #EE8CCA
Text Example
Text Example
White with #EE8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CCA; }
p { color: rgb(238,140,202); }
H1.HeaderClassName
{
color: #EE8CCA;
}
.AnyTagClassName
{
color: #EE8CCA;
}
</style>
background-color css
<style>
a { background-color: #EE8CCA; }
a { background-color: rgb(238,140,202); }
div.DivClassName
{
background-color: #EE8CCA;
}
.BgClassName
{
background-color: #EE8CCA;
}
</style>
border-color css
<style>
span { border-color: #EE8CCA; }
span { border-color: rgb(238,140,202); }
td.TdClassName
{
border-color: #EE8CCA;
}
.TagClassName
{
border-color: #EE8CCA;
}
</style>