Shades of Tea Rose #EE84CB
Tints of Tea Rose #EE84CB
RGB
CMYK
RGB Variations
Color information
#EE84CB (or 0xEE84CB) is known color: Tea Rose. HEX triplet: EE, 84 and CB. RGB value is (238,132,203). Sum of RGB (Red+Green+Blue) = 238+132+203=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE84CB is #117B34. Grayscale: #ABABAB. Windows color (decimal): -1145653 or 13337838. OLE color: 13337838.
HSL color Cylindrical-coordinate representation of color #EE84CB: hue angle of 319.81º 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 #EE84CB is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 203 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.07 |
| HSL | 319.81º | 0.76% | 0.73% | - |
| HSV(B) | 319.81º | 0.45% | 0.93% | - |
| XYZ | 54.29 | 38.99 | 61.16 | - |
| YUV | 171.79 | 145.62 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 203 | 0 | 0.45 | 0.15 | 0.07 | 319.81 | 0.76 | 0.73 |
| Hex | EE | 84 | CB | 0 | 2D | F | 7 | 140 | 4C | 49 |
| Octal | 356 | 204 | 313 | 0 | 55 | 17 | 7 | 500 | 114 | 111 |
| Binary | 11101110 | 10000100 | 11001011 | 0 | 101101 | 1111 | 111 | 101000000 | 1001100 | 1001001 |
Color Harmonies of #EE84CB
Complementary color
Monochromatic Colors of #EE84CB
Black with #EE84CB
Text Example
Text Example
White with #EE84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE84CB; }
p { color: rgb(238,132,203); }
H1.HeaderClassName
{
color: #EE84CB;
}
.AnyTagClassName
{
color: #EE84CB;
}
</style>
background-color css
<style>
a { background-color: #EE84CB; }
a { background-color: rgb(238,132,203); }
div.DivClassName
{
background-color: #EE84CB;
}
.BgClassName
{
background-color: #EE84CB;
}
</style>
border-color css
<style>
span { border-color: #EE84CB; }
span { border-color: rgb(238,132,203); }
td.TdClassName
{
border-color: #EE84CB;
}
.TagClassName
{
border-color: #EE84CB;
}
</style>