Shades of Tea Rose #EF8CCB
Tints of Tea Rose #EF8CCB
RGB
CMYK
RGB Variations
Color information
#EF8CCB (or 0xEF8CCB) is known color: Tea Rose. HEX triplet: EF, 8C and CB. RGB value is (239,140,203). Sum of RGB (Red+Green+Blue) = 239+140+203=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CCB is #107334. Grayscale: #B0B0B0. Windows color (decimal): -1078069 or 13339887. OLE color: 13339887.
HSL color Cylindrical-coordinate representation of color #EF8CCB: hue angle of 321.82º 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 #EF8CCB is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 203 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.06 |
| HSL | 321.82º | 0.76% | 0.74% | - |
| HSV(B) | 321.82º | 0.41% | 0.94% | - |
| XYZ | 55.75 | 41.42 | 61.56 | - |
| YUV | 176.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 203 | 0 | 0.41 | 0.15 | 0.06 | 321.82 | 0.76 | 0.74 |
| Hex | EF | 8C | CB | 0 | 29 | F | 6 | 142 | 4C | 4A |
| Octal | 357 | 214 | 313 | 0 | 51 | 17 | 6 | 502 | 114 | 112 |
| Binary | 11101111 | 10001100 | 11001011 | 0 | 101001 | 1111 | 110 | 101000010 | 1001100 | 1001010 |
Color Harmonies of #EF8CCB
Complementary color
Monochromatic Colors of #EF8CCB
Black with #EF8CCB
Text Example
Text Example
White with #EF8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8CCB; }
p { color: rgb(239,140,203); }
H1.HeaderClassName
{
color: #EF8CCB;
}
.AnyTagClassName
{
color: #EF8CCB;
}
</style>
background-color css
<style>
a { background-color: #EF8CCB; }
a { background-color: rgb(239,140,203); }
div.DivClassName
{
background-color: #EF8CCB;
}
.BgClassName
{
background-color: #EF8CCB;
}
</style>
border-color css
<style>
span { border-color: #EF8CCB; }
span { border-color: rgb(239,140,203); }
td.TdClassName
{
border-color: #EF8CCB;
}
.TagClassName
{
border-color: #EF8CCB;
}
</style>