Shades of Tea Rose #EF8FCA
Tints of Tea Rose #EF8FCA
RGB
CMYK
RGB Variations
Color information
#EF8FCA (or 0xEF8FCA) is known color: Tea Rose. HEX triplet: EF, 8F and CA. RGB value is (239,143,202). Sum of RGB (Red+Green+Blue) = 239+143+202=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8FCA is #107035. Grayscale: #B2B2B2. Windows color (decimal): -1077302 or 13275119. OLE color: 13275119.
HSL color Cylindrical-coordinate representation of color #EF8FCA: hue angle of 323.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8FCA is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 202 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.06 |
| HSL | 323.13º | 0.75% | 0.75% | - |
| HSV(B) | 323.13º | 0.4% | 0.94% | - |
| XYZ | 56.08 | 42.26 | 61.08 | - |
| YUV | 178.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 202 | 0 | 0.40 | 0.15 | 0.06 | 323.13 | 0.75 | 0.75 |
| Hex | EF | 8F | CA | 0 | 28 | F | 6 | 143 | 4B | 4B |
| Octal | 357 | 217 | 312 | 0 | 50 | 17 | 6 | 503 | 113 | 113 |
| Binary | 11101111 | 10001111 | 11001010 | 0 | 101000 | 1111 | 110 | 101000011 | 1001011 | 1001011 |
Color Harmonies of #EF8FCA
Complementary color
Monochromatic Colors of #EF8FCA
Black with #EF8FCA
Text Example
Text Example
White with #EF8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8FCA; }
p { color: rgb(239,143,202); }
H1.HeaderClassName
{
color: #EF8FCA;
}
.AnyTagClassName
{
color: #EF8FCA;
}
</style>
background-color css
<style>
a { background-color: #EF8FCA; }
a { background-color: rgb(239,143,202); }
div.DivClassName
{
background-color: #EF8FCA;
}
.BgClassName
{
background-color: #EF8FCA;
}
</style>
border-color css
<style>
span { border-color: #EF8FCA; }
span { border-color: rgb(239,143,202); }
td.TdClassName
{
border-color: #EF8FCA;
}
.TagClassName
{
border-color: #EF8FCA;
}
</style>