Shades of Tea Rose #EF8CD1
Tints of Tea Rose #EF8CD1
RGB
CMYK
RGB Variations
Color information
#EF8CD1 (or 0xEF8CD1) is known color: Tea Rose. HEX triplet: EF, 8C and D1. RGB value is (239,140,209). Sum of RGB (Red+Green+Blue) = 239+140+209=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CD1 is #10732E. Grayscale: #B1B1B1. Windows color (decimal): -1078063 or 13733103. OLE color: 13733103.
HSL color Cylindrical-coordinate representation of color #EF8CD1: hue angle of 318.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8CD1 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 209 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.06 |
| HSL | 318.18º | 0.76% | 0.74% | - |
| HSV(B) | 318.18º | 0.41% | 0.94% | - |
| XYZ | 56.48 | 41.71 | 65.4 | - |
| YUV | 177.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 209 | 0 | 0.41 | 0.13 | 0.06 | 318.18 | 0.76 | 0.74 |
| Hex | EF | 8C | D1 | 0 | 29 | D | 6 | 13E | 4C | 4A |
| Octal | 357 | 214 | 321 | 0 | 51 | 15 | 6 | 476 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11010001 | 0 | 101001 | 1101 | 110 | 100111110 | 1001100 | 1001010 |
Color Harmonies of #EF8CD1
Complementary color
Monochromatic Colors of #EF8CD1
Black with #EF8CD1
Text Example
Text Example
White with #EF8CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CD1; }
p { color: rgb(239,140,209); }
H1.HeaderClassName
{
color: #EF8CD1;
}
.AnyTagClassName
{
color: #EF8CD1;
}
</style>
background-color css
<style>
a { background-color: #EF8CD1; }
a { background-color: rgb(239,140,209); }
div.DivClassName
{
background-color: #EF8CD1;
}
.BgClassName
{
background-color: #EF8CD1;
}
</style>
border-color css
<style>
span { border-color: #EF8CD1; }
span { border-color: rgb(239,140,209); }
td.TdClassName
{
border-color: #EF8CD1;
}
.TagClassName
{
border-color: #EF8CD1;
}
</style>