Shades of Tea Rose #EF8CC3
Tints of Tea Rose #EF8CC3
RGB
CMYK
RGB Variations
Color information
#EF8CC3 (or 0xEF8CC3) is known color: Tea Rose. HEX triplet: EF, 8C and C3. RGB value is (239,140,195). Sum of RGB (Red+Green+Blue) = 239+140+195=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CC3 is #10733C. Grayscale: #AFAFAF. Windows color (decimal): -1078077 or 12815599. OLE color: 12815599.
HSL color Cylindrical-coordinate representation of color #EF8CC3: hue angle of 326.67º 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 #EF8CC3 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 195 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.06 |
| HSL | 326.67º | 0.76% | 0.74% | - |
| HSV(B) | 326.67º | 0.41% | 0.94% | - |
| XYZ | 54.83 | 41.05 | 56.66 | - |
| YUV | 175.87 | 138.8 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 195 | 0 | 0.41 | 0.18 | 0.06 | 326.67 | 0.76 | 0.74 |
| Hex | EF | 8C | C3 | 0 | 29 | 12 | 6 | 147 | 4C | 4A |
| Octal | 357 | 214 | 303 | 0 | 51 | 22 | 6 | 507 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11000011 | 0 | 101001 | 10010 | 110 | 101000111 | 1001100 | 1001010 |
Color Harmonies of #EF8CC3
Complementary color
Monochromatic Colors of #EF8CC3
Black with #EF8CC3
Text Example
Text Example
White with #EF8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CC3; }
p { color: rgb(239,140,195); }
H1.HeaderClassName
{
color: #EF8CC3;
}
.AnyTagClassName
{
color: #EF8CC3;
}
</style>
background-color css
<style>
a { background-color: #EF8CC3; }
a { background-color: rgb(239,140,195); }
div.DivClassName
{
background-color: #EF8CC3;
}
.BgClassName
{
background-color: #EF8CC3;
}
</style>
border-color css
<style>
span { border-color: #EF8CC3; }
span { border-color: rgb(239,140,195); }
td.TdClassName
{
border-color: #EF8CC3;
}
.TagClassName
{
border-color: #EF8CC3;
}
</style>