Shades of Tea Rose #EF7BCB
Tints of Tea Rose #EF7BCB
RGB
CMYK
RGB Variations
Color information
#EF7BCB (or 0xEF7BCB) is known color: Tea Rose. HEX triplet: EF, 7B and CB. RGB value is (239,123,203). Sum of RGB (Red+Green+Blue) = 239+123+203=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BCB is #108434. Grayscale: #A6A6A6. Windows color (decimal): -1082421 or 13335535. OLE color: 13335535.
HSL color Cylindrical-coordinate representation of color #EF7BCB: hue angle of 318.62º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BCB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 203 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.06 |
| HSL | 318.62º | 0.78% | 0.71% | - |
| HSV(B) | 318.62º | 0.49% | 0.94% | - |
| XYZ | 53.46 | 36.83 | 60.79 | - |
| YUV | 166.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 203 | 0 | 0.49 | 0.15 | 0.06 | 318.62 | 0.78 | 0.71 |
| Hex | EF | 7B | CB | 0 | 31 | F | 6 | 13F | 4E | 47 |
| Octal | 357 | 173 | 313 | 0 | 61 | 17 | 6 | 477 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11001011 | 0 | 110001 | 1111 | 110 | 100111111 | 1001110 | 1000111 |
Color Harmonies of #EF7BCB
Complementary color
Monochromatic Colors of #EF7BCB
Black with #EF7BCB
Text Example
Text Example
White with #EF7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BCB; }
p { color: rgb(239,123,203); }
H1.HeaderClassName
{
color: #EF7BCB;
}
.AnyTagClassName
{
color: #EF7BCB;
}
</style>
background-color css
<style>
a { background-color: #EF7BCB; }
a { background-color: rgb(239,123,203); }
div.DivClassName
{
background-color: #EF7BCB;
}
.BgClassName
{
background-color: #EF7BCB;
}
</style>
border-color css
<style>
span { border-color: #EF7BCB; }
span { border-color: rgb(239,123,203); }
td.TdClassName
{
border-color: #EF7BCB;
}
.TagClassName
{
border-color: #EF7BCB;
}
</style>