Shades of Tea Rose #EF7CCB
Tints of Tea Rose #EF7CCB
RGB
CMYK
RGB Variations
Color information
#EF7CCB (or 0xEF7CCB) is known color: Tea Rose. HEX triplet: EF, 7C and CB. RGB value is (239,124,203). Sum of RGB (Red+Green+Blue) = 239+124+203=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7CCB is #108334. Grayscale: #A7A7A7. Windows color (decimal): -1082165 or 13335791. OLE color: 13335791.
HSL color Cylindrical-coordinate representation of color #EF7CCB: hue angle of 318.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7CCB is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 203 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.06 |
| HSL | 318.78º | 0.78% | 0.71% | - |
| HSV(B) | 318.78º | 0.48% | 0.94% | - |
| XYZ | 53.58 | 37.08 | 60.83 | - |
| YUV | 167.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 203 | 0 | 0.48 | 0.15 | 0.06 | 318.78 | 0.78 | 0.71 |
| Hex | EF | 7C | CB | 0 | 30 | F | 6 | 13F | 4E | 47 |
| Octal | 357 | 174 | 313 | 0 | 60 | 17 | 6 | 477 | 116 | 107 |
| Binary | 11101111 | 1111100 | 11001011 | 0 | 110000 | 1111 | 110 | 100111111 | 1001110 | 1000111 |
Color Harmonies of #EF7CCB
Complementary color
Monochromatic Colors of #EF7CCB
Black with #EF7CCB
Text Example
Text Example
White with #EF7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7CCB; }
p { color: rgb(239,124,203); }
H1.HeaderClassName
{
color: #EF7CCB;
}
.AnyTagClassName
{
color: #EF7CCB;
}
</style>
background-color css
<style>
a { background-color: #EF7CCB; }
a { background-color: rgb(239,124,203); }
div.DivClassName
{
background-color: #EF7CCB;
}
.BgClassName
{
background-color: #EF7CCB;
}
</style>
border-color css
<style>
span { border-color: #EF7CCB; }
span { border-color: rgb(239,124,203); }
td.TdClassName
{
border-color: #EF7CCB;
}
.TagClassName
{
border-color: #EF7CCB;
}
</style>