Shades of Tea Rose #EE84CC
Tints of Tea Rose #EE84CC
RGB
CMYK
RGB Variations
Color information
#EE84CC (or 0xEE84CC) is known color: Tea Rose. HEX triplet: EE, 84 and CC. RGB value is (238,132,204). Sum of RGB (Red+Green+Blue) = 238+132+204=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84CC is #117B33. Grayscale: #ABABAB. Windows color (decimal): -1145652 or 13403374. OLE color: 13403374.
HSL color Cylindrical-coordinate representation of color #EE84CC: hue angle of 319.25º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE84CC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 204 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.07 |
| HSL | 319.25º | 0.76% | 0.73% | - |
| HSV(B) | 319.25º | 0.45% | 0.93% | - |
| XYZ | 54.41 | 39.04 | 61.79 | - |
| YUV | 171.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 204 | 0 | 0.45 | 0.14 | 0.07 | 319.25 | 0.76 | 0.73 |
| Hex | EE | 84 | CC | 0 | 2D | E | 7 | 13F | 4C | 49 |
| Octal | 356 | 204 | 314 | 0 | 55 | 16 | 7 | 477 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11001100 | 0 | 101101 | 1110 | 111 | 100111111 | 1001100 | 1001001 |
Color Harmonies of #EE84CC
Complementary color
Monochromatic Colors of #EE84CC
Black with #EE84CC
Text Example
Text Example
White with #EE84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84CC; }
p { color: rgb(238,132,204); }
H1.HeaderClassName
{
color: #EE84CC;
}
.AnyTagClassName
{
color: #EE84CC;
}
</style>
background-color css
<style>
a { background-color: #EE84CC; }
a { background-color: rgb(238,132,204); }
div.DivClassName
{
background-color: #EE84CC;
}
.BgClassName
{
background-color: #EE84CC;
}
</style>
border-color css
<style>
span { border-color: #EE84CC; }
span { border-color: rgb(238,132,204); }
td.TdClassName
{
border-color: #EE84CC;
}
.TagClassName
{
border-color: #EE84CC;
}
</style>