Shades of Tea Rose #EE8CC3
Tints of Tea Rose #EE8CC3
RGB
CMYK
RGB Variations
Color information
#EE8CC3 (or 0xEE8CC3) is known color: Tea Rose. HEX triplet: EE, 8C and C3. RGB value is (238,140,195). Sum of RGB (Red+Green+Blue) = 238+140+195=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CC3 is #11733C. Grayscale: #AFAFAF. Windows color (decimal): -1143613 or 12815598. OLE color: 12815598.
HSL color Cylindrical-coordinate representation of color #EE8CC3: hue angle of 326.33º 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 #EE8CC3 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 195 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.07 |
| HSL | 326.33º | 0.74% | 0.74% | - |
| HSV(B) | 326.33º | 0.41% | 0.93% | - |
| XYZ | 54.49 | 40.87 | 56.65 | - |
| YUV | 175.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 195 | 0 | 0.41 | 0.18 | 0.07 | 326.33 | 0.74 | 0.74 |
| Hex | EE | 8C | C3 | 0 | 29 | 12 | 7 | 146 | 4A | 4A |
| Octal | 356 | 214 | 303 | 0 | 51 | 22 | 7 | 506 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11000011 | 0 | 101001 | 10010 | 111 | 101000110 | 1001010 | 1001010 |
Color Harmonies of #EE8CC3
Complementary color
Monochromatic Colors of #EE8CC3
Black with #EE8CC3
Text Example
Text Example
White with #EE8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CC3; }
p { color: rgb(238,140,195); }
H1.HeaderClassName
{
color: #EE8CC3;
}
.AnyTagClassName
{
color: #EE8CC3;
}
</style>
background-color css
<style>
a { background-color: #EE8CC3; }
a { background-color: rgb(238,140,195); }
div.DivClassName
{
background-color: #EE8CC3;
}
.BgClassName
{
background-color: #EE8CC3;
}
</style>
border-color css
<style>
span { border-color: #EE8CC3; }
span { border-color: rgb(238,140,195); }
td.TdClassName
{
border-color: #EE8CC3;
}
.TagClassName
{
border-color: #EE8CC3;
}
</style>