Shades of Tea Rose #EF88C6
Tints of Tea Rose #EF88C6
RGB
CMYK
RGB Variations
Color information
#EF88C6 (or 0xEF88C6) is known color: Tea Rose. HEX triplet: EF, 88 and C6. RGB value is (239,136,198). Sum of RGB (Red+Green+Blue) = 239+136+198=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88C6 is #107739. Grayscale: #ADADAD. Windows color (decimal): -1079098 or 13011183. OLE color: 13011183.
HSL color Cylindrical-coordinate representation of color #EF88C6: hue angle of 323.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88C6 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 198 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.06 |
| HSL | 323.88º | 0.76% | 0.74% | - |
| HSV(B) | 323.88º | 0.43% | 0.94% | - |
| XYZ | 54.59 | 40.04 | 58.28 | - |
| YUV | 173.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 198 | 0 | 0.43 | 0.17 | 0.06 | 323.88 | 0.76 | 0.74 |
| Hex | EF | 88 | C6 | 0 | 2B | 11 | 6 | 144 | 4C | 4A |
| Octal | 357 | 210 | 306 | 0 | 53 | 21 | 6 | 504 | 114 | 112 |
| Binary | 11101111 | 10001000 | 11000110 | 0 | 101011 | 10001 | 110 | 101000100 | 1001100 | 1001010 |
Color Harmonies of #EF88C6
Complementary color
Monochromatic Colors of #EF88C6
Black with #EF88C6
Text Example
Text Example
White with #EF88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88C6; }
p { color: rgb(239,136,198); }
H1.HeaderClassName
{
color: #EF88C6;
}
.AnyTagClassName
{
color: #EF88C6;
}
</style>
background-color css
<style>
a { background-color: #EF88C6; }
a { background-color: rgb(239,136,198); }
div.DivClassName
{
background-color: #EF88C6;
}
.BgClassName
{
background-color: #EF88C6;
}
</style>
border-color css
<style>
span { border-color: #EF88C6; }
span { border-color: rgb(239,136,198); }
td.TdClassName
{
border-color: #EF88C6;
}
.TagClassName
{
border-color: #EF88C6;
}
</style>